@extends('layouts.app') @section('title', __('dashboard.Customer Details')) @section('page_heading', $customer->name) @section('content') @include('layouts.partials.workspace-page-styles') @include('dashboard.partials.audit-log-styles') {{-- KPIs --}}
| # | {{ __('dashboard.Product') }} | {{ __('dashboard.Event Date') }} | {{ __('dashboard.Return Date') }} | {{ __('dashboard.Final Total') }} | {{ __('dashboard.Status') }} | |
|---|---|---|---|---|---|---|
| {{ $r['id'] }} | {{ $r['product_name'] }} | {{ $r['event_date'] }} | {{ $r['return_date'] }} | {{ $r['final_total'] }} | {{ $r['status_text'] }} | {{ __('dashboard.View') }} |
{{ __('dashboard.No reservations found for this customer.') }}
@endif| # | {{ __('dashboard.Products') }} | {{ __('dashboard.Final Total') }} | {{ __('dashboard.Payment Status') }} | {{ __('dashboard.Date') }} | |
|---|---|---|---|---|---|
| {{ $s['id'] }} | @foreach($s['products'] as $p) {{ $p['name'] }} ({{ $p['quantity'] }}) @endforeach |
{{ $s['final_total'] }} | {{ $s['payment_status_text'] }} | {{ $s['created_at'] }} | {{ __('dashboard.View') }} |
{{ __('dashboard.No sales found for this customer.') }}
@endif| المرجع | العنوان | الموعد | {{ __('dashboard.status_label') }} | |
|---|---|---|---|---|
| {{ $r['reference_code'] }} | {{ $r['title'] }} | {{ $r['target_date'] ?? '—' }} | {{ $r['status'] }} | {{ __('dashboard.view') }} @if($r['manufacturing_url'])التصنيع@endif |
| المرجع | العنوان | {{ __('dashboard.type_label') }} | {{ __('dashboard.status_label') }} | التكلفة | |
|---|---|---|---|---|---|
| {{ $r['reference_code'] }} | {{ $r['title'] }} | {{ $r['type'] }} | {{ $r['status'] }} | {{ $r['total_cost'] }} | {{ __('dashboard.view') }} |
{{ __('dashboard.history_no_history_found') }}
@endforelse