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