Vessel {{$proyek['kapal']['nama_kapal']}}
Phase {{$status}}
Selected Yard {{$tender['shipyard']['nama_lengkap']}}
Base Currency {{$proyek['mata_uang']}}
Off Hire Period {{$proyek['off_hire_start']}}  -  {{$proyek['off_hire_end']}}     {{$proyek['off_hire_period']}} day
- Deviation {{$proyek['off_hire_deviasi']}} day
- Rate {{number_format($proyek['off_hire_rate_per_day'], 2)}}/day     ={{number_format($proyek['off_hire_rate_per_day']*($proyek['off_hire_period']+$proyek['off_hire_deviasi']), 2)}}
- Bunker {{number_format($proyek['off_hire_bunker_per_day'], 2)}}/day     ={{number_format($proyek['off_hire_bunker_per_day']*($proyek['off_hire_period']+$proyek['off_hire_deviasi']), 2)}}
Repair Period {{$proyek['repair_start']}}  -  {{$proyek['repair_end']}}     {{$proyek['repair_period']}} day
- In Dock {{$proyek['repair_in_dock_start']}}  -  {{$proyek['repair_in_dock_end']}}     {{$proyek['repair_in_dock_period']}} day
- Additional Days {{$proyek['repair_additional_day']}} day
Total Budget Kontrak Aktual
Off Hire Day {{$proyek['off_hire_period']}} day - -
Owner EXP {{number_format($summary_proyek['budget']['owner_exp'], 2)}} {{number_format($summary_proyek['kontrak']['owner_exp'], 2)}} {{number_format($summary_proyek['aktual']['owner_exp'], 2)}}
- Supplies {{number_format($summary_proyek['budget']['supplies'], 2)}} {{number_format($summary_proyek['kontrak']['supplies'], 2)}} {{number_format($summary_proyek['aktual']['supplies'], 2)}}
- Services {{number_format($summary_proyek['budget']['services'], 2)}} {{number_format($summary_proyek['kontrak']['services'], 2)}} {{number_format($summary_proyek['aktual']['services'], 2)}}
- Class {{number_format($summary_proyek['budget']['class'], 2)}} {{number_format($summary_proyek['kontrak']['class'], 2)}} {{number_format($summary_proyek['aktual']['class'], 2)}}
- Others {{number_format($summary_proyek['budget']['others'], 2)}} {{number_format($summary_proyek['kontrak']['others'], 2)}} {{number_format($summary_proyek['aktual']['others'], 2)}}
Yard Cost {{number_format($summary_proyek['budget']['yard_cost'], 2)}} {{number_format($summary_proyek['kontrak']['yard_cost'], 2)}} {{number_format($summary_proyek['aktual']['yard_cost'], 2)}}
Yard Canceled Jobs {{number_format($summary_proyek['budget']['yard_canceled_jobs'], 2)}} {{number_format($summary_proyek['kontrak']['yard_canceled_jobs'], 2)}} {{number_format($summary_proyek['aktual']['yard_canceled_jobs'], 2)}}
Total Cost {{number_format($summary_proyek['budget']['total_cost'], 2)}} {{number_format($summary_proyek['kontrak']['total_cost'], 2)}} {{number_format($summary_proyek['aktual']['total_cost'], 2)}}
@foreach($collapse_work_area as $c) @php $diff=$c['total_harga_kontrak']-$c['total_harga_aktual_plus_additional']; @endphp @if($c['parent']==1 && $c['type']=="kategori") @elseif($c['parent']==2 && $c['type']=="kategori") @elseif($c['parent']==3 && $c['type']=="kategori") @elseif($c['parent']==4 && $c['type']=="kategori") @else @endif @endforeach
SFI Pekerjaan % Resp Start End Duration Harga Kontrak Additional Harga Aktual Diff
{{$c['sfi']}} {{$c['pekerjaan']}} {{number_format($c['progress'], 2)}} @if($c['type']=="pekerjaan") {{$c['responsible']}} @endif {{$c['start']}} {{$c['end']}} {{count_day($c['start'], $c['end'])}} hari {{number_format($c['total_harga_kontrak'], 2)}} {{number_format($c['additional'], 2)}} {{number_format($c['total_harga_aktual'], 2)}} @if($diff>0) @elseif($diff<0) @else @endif {{number_format($diff, 2)}} @if($c['type']=="pekerjaan") @if($c['approved_shipowner']) @else @endif @endif
TOTAL/SUMMARY {{number_format($summary_work_area['progress'], 2)}} {{$summary_work_area['start']}} {{$summary_work_area['end']}} {{count_day($summary_work_area['start'], $summary_work_area['end'])}} {{number_format($summary_work_area['total_harga_kontrak'], 2)}} {{number_format($summary_work_area['additional'], 2)}} {{number_format($summary_work_area['total_harga_aktual'], 2)}} {{number_format($summary_work_area['total_harga_kontrak']-$summary_work_area['total_harga_aktual_plus_additional'], 2)}}