@extends('layouts.admin') @section('title', isset($category) ? 'Edit Category' : 'Create Category') @section('admin_content')

{{ isset($category) ? 'Edit Category' : 'New Category' }}

Please fill in the details below.

@csrf @if(isset($category)) @method('PUT') @endif

JPG, PNG or WEBP (Max: 2MB)

@endsection