@extends('layouts.app') @section('content')
| {{ app()->getLocale() == 'ar' ? '#' : '#' }} | {{ app()->getLocale() == 'ar' ? 'اسم الشركة' : 'Company Name' }} | {{ app()->getLocale() == 'ar' ? 'المسؤول' : 'Contact' }} | {{ app()->getLocale() == 'ar' ? 'الجوال' : 'Phone' }} | {{ app()->getLocale() == 'ar' ? 'البريد' : 'Email' }} | {{ app()->getLocale() == 'ar' ? 'الحالة' : 'Status' }} | {{ app()->getLocale() == 'ar' ? 'العمليات' : 'Actions' }} |
|---|---|---|---|---|---|---|
| {{ $index++ }} |
{{ $company->name }}
|
{{ $company->contact_person }} | {{ $company->phone }} | {{ $company->email }} | {{ $company->is_active ? (app()->getLocale() == 'ar' ? '✓ نشط' : '✓ Active') : (app()->getLocale() == 'ar' ? '✕ معطل' : '✕ Inactive') }} | {{ app()->getLocale() == 'ar' ? '✏️ تعديل' : '✏️ Edit' }} |