{{ __('Post Categories') }}

@foreach($post_categories as $post_category) @endforeach
{{ __('SL') }} {{ __('Name') }} {{ __('Slug') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $post_category->name }} {{ $post_category->slug }}