{{ $ticket->problem_description }}
{{ $ticket->diagnosis }}
{{ $ticket->solution }}
| Description | Amount |
|---|---|
| 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) }} |