@extends('layouts.app') @section('content')
{{ isset($category) ? 'Edit Category' : 'Create Category' }}
Back
@include('partials.errors')
@csrf @if (isset($category)) @method('PUT') @endif
@endsection