@extends('layouts.master') @section('css') @endsection @section('title') Payable @endsection @section('content')

Payable Vouchers

PartyWise
@if (Session::has('success')) @elseif(Session::has('error')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- --}} {{-- --}}
Voucher Date Voucher Number Voucher Type Party (Cr) Purchase Ledger (Dr) Taxable Value Amount Remarks Aging Balance Aging FollowUp Date Committed Amount FollowUp CommentAction
Total
{{-- update Modal --}} {{-- followup list Modal --}} @endsection @section('script') @endsection