@include('layout.sidebar')
@include('layout.header')

Article List

{{ Breadcrumbs::render('articles') }}
@foreach($articles as $article) @endforeach
ID Image Title Category Short Content Publish At Status Action
{{$article->id}} @if($article->image && file_exists(public_path('upload/articles/'.$article->image)))
@else
@endif
{{$article->title}} @if($article->category_name) {{ $article->category_name }} @else {{ '-' }} @endif {{$article->short_content ?? '-'}} {{ $article->publish_at ? date('d M Y h:i A', strtotime($article->publish_at)) : '-' }}
{{($article->status == 1) ? 'Active' : 'Disabled'}}
Actions