@extends('layouts.master') @section('title', 'Customer') @section('content')

Customer Payment

{{-- Customer payment history View Model --}}
{{-- item data --}}
@include('pages.customerPayment.customer_payment')
{{-- item history --}}
@include('pages.customerPayment.customer_payment_history')
@endsection