@extends('layouts.app') @section('title', 'Edit Category') @section('content')
@csrf @method('PUT') @include('categories._form', ['category' => $category])
Cancel
@endsection