@extends('layouts.master') @section('title', 'User') @push('css') @endpush @section('content')
@csrf

Bank Transaction

@foreach ($customerPayments as $customerPayment) @endforeach
Transaction Id Date Customer Transaction Type Payment by Amount Description Saved By Action
{{ $customerPayment->transaction_id }} {{ $customerPayment->date }} {{ $customerPayment->customer_id }} {{ $customerPayment->transaction_type }} {{ $customerPayment->amount }} {{ $customerPayment->description }} {{ $customerPayment->userName->name }}
@endsection @push('js') @endpush