@component('components.beardcrumb')
{{-- /*Page Title Goese Here in this slot variable*/ --}}
@slot('title')
@lang('role.trash_title')
@endslot
@if(Auth::user()->can('Role index'))
{{-- /* Create New Route Will Be goes here */ --}}
@slot('route_name')
role.create
@endslot
@slot('btn_class')
btn btn-primary
@endslot
@slot('icon')
fa fa-plus
@endslot
@slot('btn_name')
@lang('role.create_new')
@endslot
@endif
@endcomponent
| @lang('common.sl') |
@lang('role.role_name') |
@lang('common.actions') |
@push('footer_script')
{{--
--}}
@endpush
@endsection