@extends('layouts.app') @section('title', __('general.dashboard') . ' - ' . __('general.company_name')) @section('content')

{{ __('Welcome back') }}, {{ auth()->user()->first_name }}!

{{ __('Manage your bookings and profile from your personal dashboard') }}

{{ __('general.profile') }}

{{ __('Manage your personal information and preferences') }}

{{ __('general.full_name') }}: {{ auth()->user()->full_name }}
{{ __('general.email') }}: {{ auth()->user()->email }}
{{ __('general.language') }}: {{ auth()->user()->preferred_language === 'ar' ? __('general.arabic') : __('general.english') }}
{{ __('general.edit') }} {{ __('general.profile') }}

{{ __('general.bookings') }}

{{ __('View and manage your car rental bookings') }}

{{ __('No bookings yet') }}

{{ __('Start by booking your first luxury vehicle') }}

{{ __('general.book_now') }} {{ __('View Bookings') }}

{{ __('Recent Activity') }}

{{ __('No recent activity') }}

{{ __('Your booking history and activities will appear here') }}

@push('styles') @endpush @endsection