@extends('layouts.app') @section('content')

{{ app()->getLocale() == 'ar' ? 'تسجيل حادث / مطالبة تأمينية' : 'Record Accident / Insurance Claim' }}

{{ app()->getLocale() == 'ar' ? 'عودة' : 'Back' }}
@csrf
{{ app()->getLocale() == 'ar' ? 'إلغاء' : 'Cancel' }}
@endsection