Repairs By Trailer
TRAILER#
AMOUNT
PARTS
LABOUR
COUNT
@foreach($trailers as $trailer)
{{$trailer->trailerID}}
${{ number_format((float)$trailer->total_amount, 2) }}
{{ number_format((float)$trailer->total_labor, 2) }}
{{ number_format((float)$trailer->total_parts, 2) }}
{{$trailer->total_count}}
@endforeach