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

Supplier Payment

{{-- Supplier payment history View Model --}}
{{-- item data --}}
@include('pages.supplierPayment.supplier_payment')
{{-- item history --}}
@include('pages.supplierPayment.supplier_payment_history')
@endsection