List Data Forms Meeting Seminar Anda
@if (auth()->user()->can('forms.meeting.create')) Add New Expense Meeting Seminar @endif
| # | Nama | Tanggal | Allowance | Transport Ankot | Hotel | Total | Bukti 1 | Bukti 2 | Bukti 3 | Account Number | Status | Aksi |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->user->name }} | {{ \Carbon\Carbon::parse($item->created_at)->locale('id')->isoFormat('D MMMM Y') }} | {{ number_format($item->allowance, 0, ',', '.') }} | {{ number_format($item->transport_ankot, 0, ',', '.') }} | {{ number_format($item->hotel, 0, ',', '.') }} | {{ number_format($item->total, 0, ',', '.') }} | @if ($item->bukti1) Download @else - @endif | @if ($item->bukti2) Download @else - @endif | @if ($item->bukti3) Download @else - @endif | {{ $item->account_number }} | @if ($item->status == 'On Progress') {{ $item->status }} @elseif ($item->status == 'Completed') {{ $item->status }} @else {{ $item->status }} @endif | @if (auth()->user()->can('forms.meeting.edit')) @endif @if (auth()->user()->can('forms.meeting.delete')) @endif |