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