@extends('layouts.main') @section('content') Products Disaptch Product Home Products Dispatch {{Form::open(['route'=>'save_dispatch_product','method'=>'post','id'=>'dispatch_product'])}} SKU Name Invoice No Quantity Save Cancel {{Form::close()}} @endsection @section('javascript') @endsection