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

Other Payments

{{-- Other payment history View Model --}}
{{-- item data --}}
@include('pages.otherPayment.other_payment')
{{-- item history --}}
@include('pages.otherPayment.other_payment_history')
@endsection