@section('title', __('site.page_post_cat_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_post_cat_h1') }}

@if (\Session::has('success')) @php Session::forget('success'); @endphp @endif
@if($s)
{{ __('site.search_results') }} {{ $s }}
@endif @if($allCats->count() == 0)
{{ __('site.page_post_cat_search_norec') }}
@else @foreach($allCats as $cat) @endforeach
{{ __('site.page_post_cat_table_1') }} {{ __('site.page_post_cat_table_2') }}  
{{ $cat->name }} {{ date('d/m/Y H:i',strtotime($cat->created_at)) }}
@method('DELETE')
@endif {{ $allCats->links('vendor.pagination.default') }}
@include('includes/footer')