diff --git a/resources/views/pages/admin/manage/transaction/index.blade.php b/resources/views/pages/admin/manage/transaction/index.blade.php index e143299..9214c0a 100644 --- a/resources/views/pages/admin/manage/transaction/index.blade.php +++ b/resources/views/pages/admin/manage/transaction/index.blade.php @@ -36,7 +36,7 @@ - {{-- @foreach ($transactions as $transaction) + @foreach ($transactions as $transaction) {{ $loop->iteration }} {{ $transaction->cashier->biography->full_name ?? '-deleted-' }} @@ -111,7 +111,7 @@ @endif - @endforeach --}} + @endforeach