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