@extends('layouts.app') @section('title', __('lang_v1.selling_price_group')) @section('content')

@lang( 'lang_v1.selling_price_group' )

@if (session('notification') || !empty($notification))
@if(!empty($notification['msg'])) {{$notification['msg']}} @elseif(session('notification.msg')) {{ session('notification.msg') }} @endif
@endif @component('components.widget', ['class' => 'box-primary', 'title' => __('lang_v1.import_export_selling_price_group_prices')])
{!! Form::open(['url' => action([\App\Http\Controllers\SellingPriceGroupController::class, 'import']), 'method' => 'post', 'enctype' => 'multipart/form-data' ]) !!}
{!! Form::label('name', __( 'product.file_to_import' ) . ':') !!} {!! Form::file('product_group_prices', ['required' => 'required']); !!}
{!! Form::close() !!}

@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')

@endcomponent @component('components.widget', ['class' => 'box-primary', 'title' => __( 'lang_v1.all_selling_price_group' )]) @slot('tool')
@endslot
@lang( 'lang_v1.name' ) @lang( 'lang_v1.description' ) @lang( 'messages.action' )
@endcomponent
@stop @section('javascript') @endsection