{{ Form::model($productcategories, ['route' => ['biller.productcategories.update', $productcategories], 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'PATCH', 'id' => 'edit-productcategory']) }}
{{-- Including Form blade file --}}
@include("focus.productcategories.form")
{{ Form::close() }}
{{ link_to_route('biller.productcategories.index', trans('buttons.general.cancel'), [], ['class' => 'btn btn-danger btn-md']) }}
{{ Form::submit(trans('buttons.general.crud.update'), ['class' => 'btn btn-primary btn-md']) }}