@extends('layouts.app') @section('title', 'Add Category') @section('content')
@csrf @include('categories._form')
Cancel
@endsection