@extends("binshopsblog_admin.layouts.admin_layout") @section("content") @forelse ($categories as $category)
get('locale'))}}'>{{$category->category_name}}
View Posts in this category Edit Category
@csrf @method("DELETE")
@empty
None found, why don't you add one?
@endforelse
{{$categories->appends( [] )->links()}}
@endsection