@include('flash::message')
Import {{ $tag_name }} Data
Important note, the document columns must be arranged in the order below. Do not add column headers.
- Item Code
- Item Name
@if(in_array($tag_id, [3, 5]))- Cost Price
@endif
- Cash Selling Price
@if($tag_id == 3)- Unit ID
@endif
@if($tag_id == 3)- Form ID
@endif
@if($tag_id == 3)- Strength
@endif
{{ Form::open(['route' => 'data_extraction.import_csv_upload', 'data-toggle' => 'validator', 'files' => true, 'enctype'=>'multipart/form-data']) }}
@if($tag_id == 5 || $tag_id == 3)
@endif
{{ Form::hidden('tag_id', $tag_id) }}
{{ Form::button('Submit',['type'=>'submit','class'=>'btn btn-success pull-right waves-effect waves-light m-r-10']) }}
{{ Form::close() }}