@extends('layouts.app') @section('content')
{!! Form::open(['url' => action('DeliveryNoteController@store'), 'class' => '', 'method' => 'post', 'id' => 'add_delivery_form' , 'files' => true]) !!}
Issue File Entry

Reference No:

Date:


{!! Form::text('search_product', null, ['class' => 'form-control mousetrap', 'id' => 'search_invoice', 'placeholder' => __('Search Invoice'), 'autofocus']); !!}

Customer:

Cust. Pur OrNo.:

M. Inv. No.:

M. Inv. No.:


## Item Code Description ST Invoice QTY Balance Qty Issue Qty

{!! Form::close() !!}
@endsection @section('javascript') @endsection