dbfdg @extends('layouts.admin') @section('page-title') {{__('Manage Job Category')}} @endsection @section('breadcrumb')
{{__('Category')}} | {{__('Action')}} |
---|---|
{{ $category->title }} | @can('edit job category') @endcan @can('delete job category') @endcan |