@component('components.beardcrumb')
{{-- /*Page Title Goese Here in this slot variable*/ --}}
@slot('title')
@lang('menu_label.index_title')
@endslot
@if(Auth::user()->can('Menu Label create'))
{{-- /* Create New Route Will Be goes here */ --}}
@slot('route_name')
menu_label.create
@endslot
@slot('btn_class')
btn btn-primary
@endslot
@slot('icon')
fa fa-plus
@endslot
@slot('btn_name')
@lang('menu_label.create_new')
@endslot
{{-- /* Create New Route Will Be goes here */ --}}
@endif
@if(Auth::user()->can('Menu Label trash'))
{{-- for deleted list index --}}
@slot('deleted_list_btn_name')
@lang('menu_label.deleted_list')
@endslot
@slot('deleted_list_route')
menu_label.trash_list
@endslot
@endif
@endcomponent
| @lang('common.sl') |
@lang('menu_label.label_name') |
@lang('common.actions') |
@push('footer_script')
{{--
--}}
@endpush
@endsection