@extends('layouts.app') @push('styles') @endpush @section('content')
{{ $alert['description'] }}
{{ app()->getLocale() == 'ar' ? 'عرض التفاصيل' : 'View Details' }}| {{ app()->getLocale() == 'ar' ? 'السيارة' : 'Car' }} | {{ app()->getLocale() == 'ar' ? 'الإشغال' : 'Occupancy' }} | {{ app()->getLocale() == 'ar' ? 'الإيراد' : 'Revenue' }} | {{ app()->getLocale() == 'ar' ? 'المصاريف' : 'OpEx' }} | {{ app()->getLocale() == 'ar' ? 'الإهلاك' : 'Depr.' }} | {{ app()->getLocale() == 'ar' ? 'الربح المحاسبي' : 'Acc. Profit' }} | {{ app()->getLocale() == 'ar' ? 'القيمة الدفترية' : 'Book Value' }} | {{ app()->getLocale() == 'ar' ? 'ROI' : 'ROI' }} | {{ app()->getLocale() == 'ar' ? 'الحالة' : 'Status' }} |
|---|---|---|---|---|---|---|---|---|
|
{{ $car['title'] }}
{{ $car['plate_number'] }}
|
{{ $car['occupancy_rate'] }}%
{{ $car['rental_days'] }} يوم
|
{{ number_format($car['revenue'], 0) }} | {{ number_format($car['expenses'] + $car['maintenance'], 0) }} | {{ number_format($car['depreciation'], 0) }} | {{ number_format($car['profit_after_depreciation'], 0) }} | {{ number_format($car['book_value'], 0) }} | {{ $car['accounting_roi'] }}% | {{ $car['investment_status']['label'] }} |
| {{ app()->getLocale() == 'ar' ? 'الاسم' : 'Name' }} | {{ app()->getLocale() == 'ar' ? 'الهاتف' : 'Phone' }} | {{ app()->getLocale() == 'ar' ? 'المبلغ المتأخر' : 'Overdue Amount' }} | {{ app()->getLocale() == 'ar' ? 'أيام التأخير' : 'Delay Days' }} |
|---|---|---|---|
| {{ $customer['name'] }} | {{ $customer['phone'] }} | {{ number_format($customer['overdue_amount'], 2) }} SAR | {{ $customer['delay_days'] }} {{ app()->getLocale() == 'ar' ? 'يوم' : 'days' }} |