@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Blog Categories')) @push('css_or_js') @endpush @section('content')

Blog Categories 2

@foreach($categories as $k=>$category) @endforeach
{{\App\CPU\translate('SL')}} {{\App\CPU\translate('Category Name')}} {{\App\CPU\translate('Action')}}
{{$categories->firstItem()+$k}} {{\App\CPU\translate($category['category_name'])}}
@csrf @method('delete')
{{$categories->links()}}
@if(count($categories)==0)
Image Description

{{\App\CPU\translate('No data to show')}}

@endif
@endsection @push('script') @endpush