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

{{ app()->getLocale() == 'ar' ? '✏️ تعديل شركة تأمين' : '✏️ Edit Insurance Company' }}

{{ app()->getLocale() == 'ar' ? '← عودة' : '← Back' }}
@csrf @method('PUT')
is_active) ? 'checked' : '' }} class="rounded bg-black border-gray-700 text-[#d4af37] focus:ring-[#d4af37]">
{{ app()->getLocale() == 'ar' ? 'إلغاء' : 'Cancel' }}
@csrf @method('DELETE')
@endsection