@extends('../themes/' . $activeTheme . '/' . $activeLayout) @section('subhead') Transaction List - Midone - Tailwind Admin Dashboard Template @endsection @section('subcontent')

Transaction List

Export to Excel Export to PDF Print Export to Excel Export to PDF
INVOICE BUYER NAME STATUS PAYMENT
TOTAL TRANSACTION
ACTIONS
@foreach (array_slice($fakers, 0, 9) as $faker) {{ '#INV-' . $faker['totals'][0] . '807556' }} {{ $faker['users'][0]['name'] }} @if ($faker['true_false'][0])
Ohio, Ohio
@else
California, LA
@endif
$faker['true_false'][0], 'text-danger' => !$faker['true_false'][0], ])> {{ $faker['true_false'][0] ? 'Active' : 'Inactive' }}
@if ($faker['true_false'][0])
Direct bank transfer
25 March, 12:55
@else
Checking payments
30 March, 11:00
@endif
${{ $faker['totals'][0] . ',000,00' }}
@endforeach
... 1 2 3 ...
Are you sure?
Do you really want to delete these records?
This process cannot be undone.
Cancel Delete
@endsection