Blogs
--}} @if(Auth::check() && Auth::user()->isAdmin()) Create Blog @endif @if($blogs->count() > 0)Title | Publish Date | Actions |
---|---|---|
{{ $blog->title }} | {{ ($blog->published_at) ? $blog->published_at->format('m/d/Y H:i:s') : 'N/A' }} | View @if(Auth::check() && Auth::user()->isAdmin()) Edit @endif |