@extends('layouts.admin') @section('title','New category') @section('heading','New category') @section('content')
@csrf @include('admin.categories._form')
@endsection