@extends('admin.layouts.app') @php $pageTitle = $pageTitle ?? 'Edit Sub Category'; @endphp @section('panel') @if ($errors->any())
Fix the errors below
@endif
@csrf
@error('name')
{{ $message }}
@enderror Slug auto updates if name changed.
@error('photo')
{{ $message }}
@enderror
@if(!empty($subCategory->photo_url)) @else @endif
@endsection @push('breadcrumb-plugins') Back @endpush @push('script') @endpush