@extends('layout.blank') @section('content')
@if(isset($Invoice))
Thanks!, Your invoice #{{$Invoice->FullInvoiceNumber}} has been paid
@else
Thank You For Payment.
@endif
@stop