@extends('layouts.app') @section('content') {!! Form::open(['url' => action('ImportPurchaseController@store'), 'class' => '', 'method' => 'post', 'id' => 'product_add_form' , 'files' => true]) !!} Import L/C Doc Number: L/C Number: L/C Date: Exp Date: Supplier: Country: L/C Value: Currency: Select @foreach($currencies as $currency) {{$currency->country .'-'. $currency->code}} @endforeach Store: Select @foreach($stores as $store) {{$store->name}} @endforeach SAVE {!! Form::close() !!} @endsection
Doc Number:
L/C Number:
L/C Date:
Exp Date:
Supplier:
Country:
L/C Value:
Currency:
Store: