@if(!empty($notification['msg']))
{{$notification['msg']}}
@elseif(session('notification.msg'))
{{ session('notification.msg') }}
@endif
{!! Form::open(['url' => action([\App\Http\Controllers\SellingPriceGroupController::class, 'import']), 'method' => 'post', 'enctype' => 'multipart/form-data' ]) !!}
{!! Form::close() !!}
{!! Form::label('name', __( 'product.file_to_import' ) . ':') !!}
{!! Form::file('product_group_prices', ['required' => 'required']); !!}
@lang('lang_v1.instructions'):
• @lang('lang_v1.price_group_import_istruction')
• @lang('lang_v1.price_group_import_istruction1')
• @lang('lang_v1.price_group_import_istruction2')
@lang( 'lang_v1.name' ) | @lang( 'lang_v1.description' ) | @lang( 'messages.action' ) |
---|