@extends('layouts.fixed') @section('title','AdminLTE') @section('content')

Edit Category


Edit Category

{{ Form::model($categories,['action'=>['AccessoriesCategoryController@update',$categories->id],'method'=>'patch']) }} @include('merchandising.accessories.form-category') {{ Form::close()}}
@stop @section('style') @stop @section('plugin') @stop @section('script') @stop