@extends('layouts.app') @section('content')
@include('layouts.errors')
Create Category
{{ Form::open(['route' => 'categories.store']) }} @include('categories.fields') {{ Form::close() }}
@endsection