@extends('layouts.app') @section('title', __('app.menu.dashboard')) @section('content')
{{ __('app.welcome') }}, {{ auth()->user()->name }}
{{ __('app.stats.maintenance_vehicles') }}
{{ __('app.stats.active_rentals') }}
{{ __('app.stats.overdue_rentals') }}
{{ __('app.stats.total_customers') }}
{{ $rental->vehicle->full_name }}
{{ $rental->created_at->diffForHumans() }}{{ __('app.no_data') }}
{{ Str::limit($maintenance->description, 50) }}
{{ $maintenance->scheduled_date->format('d/m/Y') }}لا توجد صيانة مطلوبة
{{ $rental->vehicle->full_name }}
{{ $rental->end_date->format('d/m/Y H:i') }}لا توجد إرجاعات قادمة