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

EDIT MONEY RECEIPT

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

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