@extends('layouts.fixed') @section('title','AdminLTE') @section('content') Add Category Home Add Category Create Category {{ Form::model($category= new \App\AccessoriesCategory,['url'=>'accessories-category-store','method'=>'post']) }} @include('merchandising.accessories.form-category') {{ Form::close()}} @stop @section('style') @stop @section('plugin') @stop @section('script') @stop