@extends('admin.layout') @section('title', $category->exists ? 'Edit Category' : 'New Category') @section('content')
← Back
@csrf @if ($category->exists) @method('PUT') @endif
@endsection