@extends('backend.layouts.master') @section('title', 'Create Category') @section('content')
Backend
Article
Category
Create
Create Category
{{ csrf_field() }} @include('backend.article.category.form')
Create Category
Reset Form
@endsection