@extends('layouts.template') @section('title') Pengajuan | PEMBAYARAN @endsection @section('pagetitle') Data Pengajuan @endsection @section('breadcumb') @endsection @section('content')
Unit | Tanggal | Nomor | Keterangan | Distributor | No PO | Aksi | @foreach ($data as $index => $r) @php $child = json_decode($r->source_po); @endphp||
---|---|---|---|---|---|---|---|---|
{{$r->unit->nama_unit}} | {{ date( 'd-m-y', strtotime($r->doc_date));}} | {{$r->doc_no}} | {{$r->keterangan}} | {{@$child->nama}} | {{@$child->doc_no}} | @if($r->status==1 OR $r->status==66 )
Track |
@elseif($r->status==100 )
View
Track
Cetak |
@else
View Track | @endif