| {{ trans('admin::messages.ID') }} | {{ trans('admin::messages.Title') }} | {{ trans('admin::messages.Country') }} | {{ trans('admin::messages.Status') }} | {{ trans('admin::messages.Date') }} |
|---|---|---|---|---|
| {{ $post->id }} | {!! getPostUrl($post) !!} | {!! getCountryFlag($post) !!} | @if (isVerifiedPost($post)) {{ trans('admin::messages.Activated') }} @else {{ trans('admin::messages.Unactivated') }} @endif |
Fatal error: Uncaught Error: Class 'Date' not found in /var/www/html/resources/views/vendor/admin/dashboard/inc/latest-posts.blade.php:39 Stack trace: #0 {main} thrown in /var/www/html/resources/views/vendor/admin/dashboard/inc/latest-posts.blade.php on line 39 |