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