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

Custom Products New Custom Product

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