@component('components.beardcrumb')
@slot('title')
@lang('menu.create_title')
@endslot
@if(Auth::user()->can('Menu index'))
{{-- /*Page Title Goese Here in this slot variable*/ --}}
@slot('route_name')
menu.index
@endslot
@slot('btn_class')
btn btn-primary
@endslot
@slot('icon')
fa fa-eye
@endslot
@slot('btn_name')
@lang('menu.view')
@endslot
@endif
@endcomponent
@push('footer_script')
@endpush
@endsection