500 fix on profiles
This commit is contained in:
parent
9fc84827d1
commit
23b4ead394
|
|
@ -6,7 +6,7 @@
|
||||||
<meta content="{{ $user->name }} - {{ env('APP_NAME') }}" property="og:title" />
|
<meta content="{{ $user->name }} - {{ env('APP_NAME') }}" property="og:title" />
|
||||||
@endsection
|
@endsection
|
||||||
@section('descdiscord')
|
@section('descdiscord')
|
||||||
<meta content="'{{ $user->feedposts->last()->status }}'" property="og:description" />
|
<meta content="'@if (!empty($user->feedposts->last()->status)) {{ $user->feedposts->last()->status }} @else I'm new to ARCHBLOX!@endif'" property="og:description" />
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue