@extends('layouts.admin') @section('title', 'Edit Category') @section('content')
@csrf @method('PATCH')
@endsection