@extends('layouts.dashboard.superadminapp') @section('title', 'Purchase Accounts') @section('styles') @endsection @section('content')

UEPL | Purchase Accounts

day, 00 month 0000
@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif
Purchase Accounts
Payment ID Invoice Date Purchase Date Party Invoice ID Purchase ID Amount Payment Mode Reference Actions
Credit Note No Date Party Invoice ID Amount Reason Actions
@include('superadmin.purchasemanagement.partials.debit-notes-tab')
Party Current 1-30 Days 31-60 Days 61-90 Days >90 Days Total Due
@include('superadmin.purchasemanagement.newpurchasemodal') @push('scripts') @endpush @endsection