@extends('admin.layouts.app') @php $pageTitle = $pageTitle ?? 'Add Sub Category'; @endphp @section('panel') @if ($errors->any())
Fix the errors below
@endif
@csrf
@error('name')
{{ $message }}
@enderror Slug will be auto-generated.
@error('photo')
{{ $message }}
@enderror
@endsection @push('breadcrumb-plugins') Back @endpush @push('script') @endpush