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

Pembayaran

@foreach ($data as $index => $r) @if($r->iscetak== 0 ) @else @endif @if($r->isbayar== 0 ) @else @endif @endforeach
Unit Tanggal Nomor Keterangan Status Bayar Aksi
{{$r->unit->nama_unit}} {{ date( 'd-m-y', strtotime($r->doc_date));}} {{$r->doc_no}}Belum CetakSudah dicetak {{$r->iscetak}} x Belum
Bayarkan
Sudah
@endsection