ERP System
Service & Repair Department
REPAIR TICKET
{{ $ticket->ticket_no }}
{{ ucfirst($ticket->status) }}

Customer

{{ $ticket->customer->name }}
{{ $ticket->customer->phone }}
{{ $ticket->customer->address }}

Device

{{ $ticket->device_name }}
@if($ticket->device_model)
Model: {{ $ticket->device_model }}
@endif @if($ticket->serial_no)
SN: {{ $ticket->serial_no }}
@endif
Received Date{{ $ticket->received_date->format('d M Y') }}
Expected Delivery{{ $ticket->expected_delivery?->format('d M Y') ?? '—' }}
Technician{{ $ticket->technician?->name ?? 'Unassigned' }}
Delivered{{ $ticket->delivered_date?->format('d M Y') ?? '—' }}
Problem Reported

{{ $ticket->problem_description }}

@if($ticket->diagnosis)
Diagnosis

{{ $ticket->diagnosis }}

@endif @if($ticket->solution)
Work Done

{{ $ticket->solution }}

@endif @if($ticket->balance_due > 0) @endif
DescriptionAmount
Service / Repair Charge৳{{ number_format($ticket->actual_cost, 2) }}
Amount Paid৳{{ number_format($ticket->paid_amount, 2) }}
Balance Due৳{{ number_format($ticket->balance_due, 2) }}
Customer Signature
Technician / Authorized Signature