{{ __('Payment Invoice') }}
{{ __('Search') }} @if (!empty($customers))
    @foreach ($customers as $index => $customer)
  • {{ $customer->customer_unique_id }}, {{ $customer->customer_name }}, @foreach ($customer->customerAddress as $address) {{ $address->input_type_test }}, {{ $address->input_type_dropdown }}, {{ $address->input_type_textarea }} @endforeach , +{{ $customer->mobile }}, {{ $customer->username }}
  • @endforeach
@endif
@if (!empty($info_data)) {{ __('Customer Info') }}
@endif
@push('scripts') @endpush