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

Receivable Manual Vouchers

@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 (Dr) Sales Ledger (Cr) Taxable Value Amount Remarks Aging Balance Aging FollowUp Date Committed Amount FollowUp Comment Action
Total
{{-- update Modal --}} {{-- followup list Modal --}} @endsection @section('script') @endsection