@extends('templates.app') @section('container')
| No. | Tanggal | Nama | Event | Kategori | Status | Jumlah | File | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $re->tanggal ?? '-' }} | {{ $re->user->name ?? '-' }} | {{ $re->event ?? '-' }} | {{ $re->kategori->name ?? '-' }} | {{ $re->status ?? '-' }} | Rp {{ number_format($re->jumlah) }} | @if($re->file_path) {{ $re->file_name }} @else - @endif | @if ($re->status == 'Pending') @endif |