@extends('admin.layouts.master') @section('contents')

{{__('Edit Category')}}

@csrf @method('PATCH') @include('admin.categories.form')
@endsection