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

Daftar Semua DPBB MEDIS

@foreach ($data as $index => $r) @endforeach
Unit Tanggal Nomor Keterangan Aksi
{{$r->unit->nama_unit}} {{ date( 'd-m-y', strtotime($r->doc_date));}} {{$r->doc_no}} {{$r->keterangan}}
@endsection