@extends('layouts.template') @section('title') Pengajuan | PEMBAYARAN @endsection @section('pagetitle') Data Pengajuan @endsection @section('breadcumb') @endsection @section('content')

Pembayaran

@foreach ($data as $index => $r) @php $child = json_decode($r->source_po); @endphp @if($r->status==1 OR $r->status==66 ) @elseif($r->status==100 ) @else @endif @endforeach
Unit Tanggal Nomor Keterangan Distributor No PO Aksi
{{$r->unit->nama_unit}} {{ date( 'd-m-y', strtotime($r->doc_date));}} {{$r->doc_no}} {{$r->keterangan}} {{@$child->nama}} {{@$child->doc_no}}
@csrf

Track
View Track
Cetak
View Track
@endsection