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