{{ $pageTitle }}
@if (session('success'))
{{ session('success') }}
@endif
Kembali @if (bouncer()->hasPermission('follow-up.service-data.create')) Tambah Service History @endif
@include('admin::follow-up.partials.customer-summary', ['person' => $person]) @if ($person->customerFollowUpCustomer)
Informasi Data Import
Delivery Date: {{ $person->customerFollowUpCustomer->delivery_date?->translatedFormat('d M Y') ?: '-' }}
Leasing: {{ $person->customerFollowUpCustomer->leasing_name ?: '-' }}
Insurance: {{ $person->customerFollowUpCustomer->insurance_name ?: '-' }}
Kode Sales Force: {{ $person->customerFollowUpCustomer->sales_force_code ?: '-' }}
@endif
Histori Service
Data service terbaru customer untuk bahan follow up.
@forelse ($serviceHistories as $history) @empty @endforelse
Tanggal Kendaraan Jenis Service KM Service Berikutnya Catatan Aksi
{{ $history->service_date?->translatedFormat('d M Y H:i') }} {{ trim(collect([$history->vehicle_brand, $history->vehicle_model])->filter()->implode(' ')) ?: '-' }} @if ($history->vehicle_plate_number)
{{ $history->vehicle_plate_number }}
@endif
{{ $history->service_type }} {{ $history->mileage ? number_format($history->mileage, 0, ',', '.') : '-' }} {{ $history->next_service_date?->translatedFormat('d M Y') ?: '-' }} {{ $history->service_notes ?: '-' }}
@if (bouncer()->hasPermission('follow-up.service-data.edit')) Edit @endif @if (bouncer()->hasPermission('follow-up.service-data.delete'))
@csrf @method('DELETE')
@endif
Belum ada histori service untuk customer ini.