| Customer | Item | Issue | Status | Amount | Balance | Actions |
|---|---|---|---|---|---|---|
|
{{ $repair->name }}
{{ $repair->contact }}
|
{{ $repair->brand }} {{ $repair->model }}
@if($repair->serial)SN: {{ $repair->serial }} @endif
|
{{ Str::limit($repair->problem_description, 30) }} | {{ number_format($repair->amount ?? 0, 2) }} | {{ number_format($balance, 2) }} |
@if($balance > 0)
@endif
✏️
|
|
| No repairs found. | ||||||