@extends('layouts.template') @section('title') View | Detail Pengajuan @endsection @section('pagetitle') View Approval @endsection @section('breadcumb') @endsection @section('content')
@if($data->status_approval=='0')
@csrf
{{$data->rencana->doc_no}}
{{$data->rencana->doc_date}}
{{$data->rencana->pajak_persen}}
Rp.{{number_format($data->rencana->permintaan)}}
@if($data->jabatan=='KADIV PENGADAAN/SAPRAS') @if($data->status_verifikasi=='1') @else Menunggu diverifikasi @endif @else @endif
@else
@csrf
{{$data->rencana->doc_no}}
{{$data->rencana->doc_date}}
{{$data->rencana->pajak_persen}}
Rp.{{number_format($data->rencana->permintaan)}}
@endif
@if($data->jabatan=='KADIV PENGADAAN/SAPRAS' AND $data->status_verifikasi==0) @include('approvalpayment.child_po_check') @else @include('approvalpayment.child_po') @endif
@endsection @section('script') @endsection