@component('components.beardcrumb')
{{-- /*Page Title Goese Here in this slot variable*/ --}}
@slot('title')
@lang('shipping.create_title')
@endslot
{{-- /* Create New Route Will Be goes here */ --}}
@slot('route_name')
shipping.index
@endslot
@slot('btn_class')
btn btn-primary
@endslot
@slot('icon')
fa fa-eye
@endslot
@slot('btn_name')
@lang('shipping.view')
@endslot
@endcomponent
@endsection