@extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} {!! Html::style('assets/admin/plugins/treeview/treeview.css') !!} @endsection @section('title')

Product Update product

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

Update

{!! Form::open(['method' => 'PATCH','url' => '/admin/products/' .$product->product_id, 'enctype' => 'multipart/form-data']) !!} {!! Form::hidden('old_item_type_id',$product->item_type_id) !!} {!! Form::hidden('old_brand_id',$product->brand_id) !!}