@extends('backend.layouts.app') @section('page-title', trans('app.add_category')) @section('page-heading', trans('app.add_category')) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages') {!! Form::open(['route' => 'backend.category.store', 'files' => true, 'id' => 'user-form']) !!}
@lang('app.category_details')

A general category information.

@include('backend.categories.partials.base', ['edit' => false, 'profile' => false])
{!! Form::close() !!} @stop @section('scripts') @stop