@extends('admin.layouts.app') @section('panel')
@lang('Name') @lang('Status') @lang('Action') @forelse($categories as $category) {{ __($category->name) }} @empty @endforelse @if ($categories->hasPages()) {{ paginateLinks($categories) }} @endif

@lang('Edit Category')

@csrf
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush