@extends('backend.layouts.master') @section('title', 'Create Category') @section('content')

Create Category

{{ csrf_field() }} @include('backend.article.category.form')
@endsection