@section('Dashboard')

table {!! __('Create Category') !!}

{!! __('Welcome to the Category Management Dashboard! Here, you can easily Create new Category to tailor the system to your needs. Simply navigate to the Create Category section to get started.') !!}


@if($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@csrf

{!! __('Categories Form') !!}

@csrf
{!! __('Categories Status') !!}
@error('title_en')
{{ $message }}
@enderror
@error('title_ar')
{{ $message }}
@enderror
@error('serial_number')
{{ $message }}
@enderror
@include('layouts.footer')
@endsection