@extends('master') @section('content')
@foreach($customerpayment as $customerpayment)
@csrf
@error('cmbCustomer') {{$message}} @enderror
@error('cmbPaymentType') {{$message}} @enderror
@error('txtPaymentDate') {{$message}} @enderror
@error('txtAmount') {{$message}} @enderror
@if($customerpayment->Status == 1) @else @endif
@endforeach
@endsection @section('script')