@extends('layouts.admin') @section('title', 'Add Category') @section('page_title', 'Add New Category') @section('content')
Back to Categories
@include('admin.categories.form', ['parentCategories' => $categories]) @endsection