@extends('layouts.master') @section('title', 'User') @push('css') @endpush @section('content')
@csrf
{{--
This user name already --}} {{-- exist
--}}

Supplier Transaction

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