@extends('admin.layouts.app') @section('title','Create Category') @section('page_title','Create Category') @section('content')
@include('admin.categories._form')
@endsection