{{ auth()->user()->name ?? 'Kullanıcı' }}
{{ $activeCar->plate }}
{{ $activeCar->brand }} {{ $activeCar->model }} - {{ $activeCar->year }}
{{ $operation->title }}
@if($operation->status === 'completed') Bitti @else Devam Ediyor @endif{{ $operation->garage->garageDetail->company_name ?? 'Garage' }}
{{ $operation->service_date->format('d M Y') }}
Henüz işlem bulunmuyor.
@endforelse