@extends('layouts.app') @section('title', 'Create Category') @section('content')
@can('categories.view') Categories @endcan
@csrf @include('categories._form')
Cancel
@endsection