@extends('admin.layouts.app') @section('title', __('Add New Category')) @section('breadcrumb') @endsection @section('page-header')

{{ __('Add New Category') }}

{{ __('Create a new category with complete SEO optimization') }}

{{ __('Back to Categories') }}
@endsection @push('styles') @endpush @section('content')
@csrf {{-- Language Tabs for Multi-language Support --}}
@foreach(config('laravellocalization.supportedLocales') as $localeCode => $locale)
{{-- Basic Category Information --}}
{{ __('Basic Information') }} ({{ $locale['native'] }})
0/255 characters
{{-- SEO Meta Information --}}
{{ __('SEO Optimization') }} ({{ $locale['native'] }})
{{-- SEO Score Indicator --}}
SEO Score: 0/100
Needs improvement
0/60 characters (optimal: 50-60)
Separate keywords with commas (3-5 keywords recommended)
0/160 characters (optimal: 150-160)
@endforeach
{{-- Global Category Data --}}
{{ __('Category Settings') }}
{{-- Image Upload --}}
{{ __('Category Image') }}
Recommended: 400x400px minimum, JPG/PNG format

Upload image to see preview

{{-- Status and Visibility --}}
{{ __('Visibility & Status') }}
{{-- Form Actions --}}
{{ __('Cancel') }}
@endsection @push('scripts') @endpush