@extends('layouts.admin') @section('styles') @endsection @section('app')
| No | Penginput | Nama | Jumlah | Tanggal | @if (in_array(auth()->user()->role_id, [1, 3, 4]))Aksi | @endif
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $cash->user->biography->full_name ?? '-deleted-' }} | {{ $cash->name }} | {{ formatToRupiah($cash->amount) ?? '-' }} | {{ formatDateIndo($cash->created_at) }} | @if (in_array(auth()->user()->role_id, [1, 3, 4]))@endif |