@component('components.beardcrumb')
{{-- /*Page Title Goese Here in this slot variable*/ --}}
@slot('title')
@lang('trend.product_trend_title')
@endslot
{{-- /* Create New Route Will Be goes here */ --}}
@slot('route_name')
add_product_to_trend.create
@endslot
@slot('btn_class')
btn btn-primary
@endslot
@slot('icon')
fa fa-plus
@endslot
@slot('btn_name')
@lang('add_product_to_trend.create_new')
@endslot
@endcomponent
| @lang('common.sl') |
@lang('categorie.cat_name') |
@lang('trend.trend_name') |
@lang('common.status') |
@lang('common.actions') |
@push('footer_script')
@endpush
@endsection