@extends('layouts.app', [ 'title' => $profile->name . ' (@' . $acct . ') - Pixelfed', 'ogTitle' => $profile->name . ' (@' . $acct . ')', 'ogType' => 'profile' ]) @php $acct = $profile->username . '@' . config('pixelfed.domain.app'); $metaDescription = \App\Services\AccountService::getMetaDescription($profile->id); @endphp @section('content') @if (session('error'))