@extends('layouts.main') @section('content')

Custom Products New Custom Product

{{Form::open(['route'=>'save_custom_product','method'=>'post','id'=>'add_custom_product'])}}
{{Form::close()}}
@endsection @section('javascript') @endsection