@extends('layouts.template') @section('template')

MONEY RECEIPT

@if(Session::has('success'))
{{Session::get('success')}}
@endif
{{ csrf_field() }}
Date:
Invoice#:
Customer
Address:
Total Due
Amount Receivable
  Post Sale Discount
  Payment

{{ csrf_field() }}
Date:
Customer
Total Due
Amount Receivable
  Payment

@if(Session::has('success')) @php Session::forget('success'); @endphp @endif @endsection