@extends('layouts.admin') @section('title', $category->exists ? 'Edit Global Category' : 'Add Global Category') @section('content')

{{ $category->exists ? 'Edit Global Category' : 'Add Global Category' }}

Use parent categories for Pizza, Burger, Biryani, and child rows for sub categories.

Back
@if($errors->any())
@endif
@csrf @if($category->exists) @method('PUT') @endif
exists ? $category->is_active : true))>
@if($category->image)
{{ $category->name }}
@endif
JPG, PNG, or WebP up to 2MB. Leave empty to keep the current image.
@endsection