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