@extends('layouts.template') @section('title') Pengajuan | PEMBAYARAN @endsection @section('pagetitle') Data Pengajuan @endsection @section('breadcumb') @endsection @section('content')
Unit | Tanggal | Nomor | Keterangan | Status Bayar | Aksi | @foreach ($data as $index => $r)||
---|---|---|---|---|---|---|---|
{{$r->unit->nama_unit}} | {{ date( 'd-m-y', strtotime($r->doc_date));}} | {{$r->doc_no}} | @if($r->iscetak== 0 )Belum Cetak | @elseSudah dicetak {{$r->iscetak}} x | @endif @if($r->isbayar== 0 )
Belum Bayarkan |
@else
Sudah | @endif