@extends('admin.layout') @section('content')
Create category
@include('admin.categories.form', ['category' => null])
@endsection