@extends('layouts.app') @section('content') {!! Form::open(['url' => action('ImportPurchaseController@update', $import->id), 'class' => '', 'method' => 'put', '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) id == $import->currency_id ? 'selected' : ''}}>{{$currency->country .'-'. $currency->code}} @endforeach Store: Select @foreach($stores as $store) id == $import->store_id ? 'selected' : ''}}>{{$store->name}} @endforeach SAVE {!! Form::close() !!} @endsection
Doc Number:
L/C Number:
L/C Date:
Exp Date:
Supplier:
Country:
L/C Value:
Currency:
Store: