@php $logoPath = public_path('logo/logo-umi.png'); $logoExists = file_exists($logoPath); @endphp
@if($logoExists) @endif UMI CELL

Jl. Raya Semarang-Boja, Jatisari, Kec. Mijen, Kota Semarang Jawa Tengah 50275

Telp: 0882005564342

NOTA SERVICE
No. Service: {{$service->service_number}}
Tanggal Terima: {{date('d/m/Y', strtotime($service->service_date))}}
Cabang: {{$service->branch->name}}
Customer: {{$service->customer->name}}
Telp: {{$service->customer->phone ?? '-'}}
Alamat: {{$service->customer->address ?? '-'}}

INFORMASI PERANGKAT

@if($service->imei) @endif
Jenis Perangkat: {{$service->device_type}}
Merek: {{$service->device_brand}}
Model: {{$service->device_model}}
IMEI: {{$service->imei}}
KELUHAN PELANGGAN:
{{$service->complaint}}
@if($service->diagnosis)
DIAGNOSA TEKNISI:
{{$service->diagnosis}}
@endif @if($service->serviceDetails->count() > 0)
SPARE PART YANG DIGUNAKAN: @foreach($service->serviceDetails as $index => $detail) @endforeach
No Nama Spare Part Qty Harga Satuan Subtotal
{{$index + 1}} {{$detail->product->name}} {{number_format($detail->quantity, 0, ',', '.')}} Rp {{number_format($detail->unit_price, 0, ',', '.')}} Rp {{number_format($detail->subtotal, 0, ',', '.')}}
@endif
Biaya Jasa Service: Rp {{number_format($service->service_fee, 0, ',', '.')}}
Biaya Spare Part: Rp {{number_format($service->parts_cost, 0, ',', '.')}}
TOTAL BIAYA: Rp {{number_format($service->total_cost, 0, ',', '.')}}
Uang Muka (DP): Rp {{number_format($service->down_payment, 0, ',', '.')}}
Sisa Pembayaran: Rp {{number_format($service->remaining_payment, 0, ',', '.')}}
@if($service->estimated_completion) @endif
Teknisi: {{$service->technician ? $service->technician->name : '-'}}
Prioritas: @if($service->priority == 'normal') Normal @elseif($service->priority == 'urgent') Urgent @else Very Urgent @endif
Status: {{strtoupper($service->status)}}
Estimasi Selesai: {{$service->estimated_completion->format('d/m/Y H:i')}}
@if($service->notes)
CATATAN:
{{$service->notes}}
@endif
PERHATIAN:
Penerima,
({{$service->customer->name}})
Teknisi,
({{$service->technician ? $service->technician->name : '................'}})
Petugas,
(................................)

Dicetak pada: {{date('d M Y H:i')}}