@extends('layouts.master') @section('css') @endsection @section('title') Receivable Vouchers PartyWise @endsection @section('content')

Receivable 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 NumberVoucher TypeAmount Aging Balance Aging Remarks FollowUp Date Committed Date FollowUp Comment Action
Total
{{-- update Modal --}} {{-- followup list Modal --}} @endsection @section('script') @endsection