{{ __('Posts') }}

@foreach($posts as $post) @endforeach
{{ __('SL') }} {{ __('Photo') }} {{ __('Title') }} {{ __('Slug') }} {{ __('Category') }} {{ __('Created At') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $post->title }} {{ $post->slug }} {{ $post->post_category->name }} {{ $post->created_at }}