Contract Report


AssetsAdm

Contract Report


Summary View
@forelse($contracts['available'] as $key=>$contract) @empty @endif
Group By Active In Active Pending Total
{{$contract->labels}} {{$contract->active}} {{$contract->inactive}} {{$contract->pending}} {{$contract->total}}


contract Graph
@forelse($contracts['available'] as $key=>$contract) @empty @endif
{{$contract->labels}}:{{$contract->total}} ({{round(($contract->total/$contracts['labels'])*100,0)}}%)
{{$contracts['labels']/4}} {{$contracts['labels']/2}} {{$contracts['labels']/2+$contracts['labels']/4}} {{$contracts['labels']}}

@forelse(array_slice($contracts['all'], 0, 2) as $key=>$row) @if($key == 00)

Detail View
@endif @forelse($row as $key=>$inner_row) @empty @endif
Contract No. ServiceProvider Asset Company Division Contract Date Start Date End Date Status
{{@$inner_row['ref']}} {{@$inner_row['serviceproviders']['name']}} {{@$inner_row['asset']['name']}} {{@$inner_row['company']['name']}} {{@$inner_row['division']['name']}} {{@$inner_row['contract_date']}} {{@$inner_row['start_date']}} {{@$inner_row['end_date']}} {{@$inner_row['status']}}
@empty @endif