@extends ('../welcome') @section('content')
{{$totalPaid_unit}}
{{$unit->client ? $totalRemaining_unit : $totalRemaining_unit . '%'}}
{{$totalPaid_maintenance}}
{{$unit->client ? $totalRemaining_maintenance : $totalRemaining_maintenance . '%'}}
| Title | Type | Amount | Date | Status | Checked by | @if($totalRemaining_maintenance != 0 || $totalRemaining_unit != 0)Actions | @endif
|---|---|---|---|---|---|---|
| {{$batch->title ?? ''}} | {{$batch->type ?? ''}} | {{$batch->amount ?? ''}} | {{$unit->client ? $temp[0] : ''}} | {{$batch->status ?? ''}} | {{$batch->user?->name ?? ''}} | @if($totalRemaining_maintenance != 0 || $totalRemaining_unit != 0)@endif |