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