@extends('layouts.admin') @section('title', 'Edit Category') @section('content') Catalog Edit Category Back @csrf @method('PATCH') Name Description {{ old('description', $category->description) }} SEO Search Metadata Meta Title Meta Description {{ old('meta_description', $category->meta_description) }} OG Image @if ($category->ogImageUrl()) Current OG image @endif is_active))> Active @if ($errors->any()) {{ $errors->first() }} @endif Update category @endsection
{{ $errors->first() }}