@extends('layouts.dashboard') @section('content')

Edit Category: {{ $category->name }}

Back
@csrf @method('PUT')
@endsection