@section('Dashboard')

table {{ __('edit')}} {{ $Category->title_en }}

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


@if($errors->any())
@foreach ($errors->all() as $error) {{ $error }} @endforeach
@endif
@if(isset($Category->Image->filename)) Category @else Category @endif
@csrf

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

@csrf @method('PATCH')
KEEP Category IMAGE
{{ __('Category Status') }}
state == 1) checked @endif>
@error('title_en')
{{ $message }}
@enderror
@error('title_ar')
{{ $message }}
@enderror
@error('serial_number')
{{ $message }}
@enderror
@include('layouts.footer')
@endsection