@section('title', (isset($page_title) ? $page_title . ' | ' : '') . config('app.name')) @section('breadcrumb', isset($page_title) ? $page_title : '')
{{--
--}}
@forelse($list as $data) @empty @endforelse
Transaction ID Amount Status Date Details
{{ $data->transaction_id }} {{ $data->type == 'credit' ? '+' : '-' }} ₹{{ number_format($data->amount, 2) }} {{ ucfirst($data->status) }} {{ $data->created_at->format('d M Y, h:i A') }}