@extends('layouts.admin') @section('title', 'Edit Category') @section('page_heading', 'Edit Category') @section('page_actions') Back to Categories @endsection @section('content')
@csrf @method('PUT')

Danger Zone

Deleting a category is permanent.

@csrf @method('DELETE')
@endsection