@extends('layouts.dashboard') @section('pagehead', 'Add Payment') @section('bredcrumb-item-link',url('/home/payments')) @section('bredcrumb-item','All Payments') @section('content') @include('layouts.notification') @csrf Select Client @foreach($modules['clients'] as $key => $client) {{ $client['name'] }} @endforeach Address State City Payment Mode @foreach($modules['paymentModes'] as $payment) {{ $payment->name }} @endforeach Date Refrence Number Narration Amount Type Credit Debit @endsection @section('scripts') @endsection