diff --git a/resources/views/pages/admin/manage/transaction/index.blade.php b/resources/views/pages/admin/manage/transaction/index.blade.php index 592ef9e..e143299 100644 --- a/resources/views/pages/admin/manage/transaction/index.blade.php +++ b/resources/views/pages/admin/manage/transaction/index.blade.php @@ -16,7 +16,7 @@
- +
@@ -36,7 +36,7 @@ - @foreach ($transactions as $transaction) + {{-- @foreach ($transactions as $transaction) @@ -111,7 +111,7 @@ @endif - @endforeach + @endforeach --}}
No
{{ $loop->iteration }} {{ $transaction->cashier->biography->full_name ?? '-deleted-' }}
@@ -196,8 +196,12 @@
@endsection @section('afterScripts') + - + +