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

APPROVAL DPBB

@foreach ($data as $index => $r) @if($r->status==1 OR $r->status==66 ) @elseif($r->status==100 ) @else @endif @endforeach
Unit Tanggal Nomor Keterangan Aksi
{{$r->unit->nama_unit}} {{ date( 'd-m-y', strtotime($r->doc_date));}} {{$r->doc_no}} {{$r->keterangan}}
@csrf
Track
@endsection