@extends('user.layouts.index') @section('content')
Tambah Produk
{!! Form::open( array( 'url' => 'user/product', 'class' =>'form-horizontal', ) ) !!} @if ($errors->any())
@endif
Ex: Type 60 / 63
M2
M2
Lt
Mobil
Kembali
{!! Form::close() !!}
@endsection @section('js') @endsection