{{-- table loader --}}
{{__('admin.loading')}}
{{-- table loader --}} {{-- table content --}} @foreach($seos as $seo) @endforeach
{{__('admin.key')}} {{__('admin.address')}} {{__('admin.control')}}
{{$seo->key}} {{$seo->meta_title}}
{{-- table content --}} {{-- no data found div --}} @if ($seos->count() == 0)
{{__('admin.there_are_no_matches_matching')}}
@endif {{-- no data found div --}}
{{-- pagination links div --}} @if ($seos->count() > 0 && $seos instanceof \Illuminate\Pagination\AbstractPaginator )
{{$seos->links()}}
@endif {{-- pagination links div --}}