@extends('layouts.admin') @section('title', 'Edit Category') @section('content')
Catalog

Edit Category

Back
@csrf @method('PATCH')
SEO

Search Metadata

@if ($category->ogImageUrl())
{{ $category->name }} OG image Current OG image
@endif
@if ($errors->any())

{{ $errors->first() }}

@endif
@endsection