હપ્તો કે પેનલટી જમા કરો

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
@csrf

છેલ્લા ટ્રાન્ઝેક્શન / હપ્તા લિસ્ટ

@foreach($transactions as $trx) @endforeach
તારીખ મેમ્બર નામ પ્રકાર રકમ રેમાર્ક
{{ $trx->payment_date }} {{ $trx->user->name ?? 'N/A' }} {{ ucfirst($trx->type) }} Rs. {{ $trx->amount }} {{ $trx->remark ?? '-' }}