@extends('layouts.main') @section('content') Custom Products New Custom Product Home Custom Products Add {{Form::open(['route'=>'save_custom_product','method'=>'post','id'=>'add_custom_product'])}} Name SKU Save Cancel {{Form::close()}} @endsection @section('javascript') @endsection