@extends('layouts.template')
@section('title')
Pengajuan | PEMBAYARAN
@endsection
@section('pagetitle')
Data Pengajuan
@endsection
@section('breadcumb')
@endsection
@section('content')
Unit |
Tanggal |
Nomor |
Keterangan |
Aksi |
@foreach ($data as $index => $r)
{{$r->unit->nama_unit}} |
{{ date( 'd-m-y', strtotime($r->doc_date));}} |
{{$r->doc_no}} |
{{$r->keterangan}} |
|
@endforeach
@endsection