@extends('layouts.authorized') @section('title', $model::getTitle()) @section('headerCustom') @php $title = 'Daftar Penarikan Dana'; @endphp @endsection @section('content')
{{ $model::getTitleIndex() }}
@foreach($model::INDEX_FIELD as $field) @endforeach @foreach($list as $index => $row) @foreach($model::INDEX_FIELD as $field) @endforeach @endforeach
No.{{ keyToLabel($field) }}Action
{!! @$index+1 !!}.{{ $row->getValue($field, '', '') }}
@endsection