@extends('layouts.main') @section('content') Products New Product Home Products Add {{Form::open(['route'=>'save_product','method'=>'post'])}} Name SKU Invoice No Invoice Date Quantity Print Barcode Save Cancel {{Form::close()}} Can't Find your Product? Add New {{Form::open(['route'=>'save_import_file_data','method'=>'post','id'=>'add_custom_product' ,'enctype' =>'multipart/form-data'])}} Have CSV? Browse Here {{Form::close()}} @endsection @section('javascript') @endsection