@extends('widgets.document.layout.mainlayout') @section('page_css') @endsection @section('content')

Payment {{ $payment->status == 2 ? 'Successful':'Failed' }}!

{{ $payment->status == 2 ? 'Your payment was successfully.':'Payment failed, please try again later.' }}

Payment Information
  • Deal Name{{ $deal->name }}
  • Deal Amount{{ $deal->amount }} AUD
  • @if($payment->status == 2)
  • Paid At{{ $payment->paid_at->format('d F Y, h:i A') }}
  • Paid MethodeWay
  • @endif
  • Transaction No.{{ $payment->transaction_id }}
Logo

{{ ucfirst($document->type) }} Information

{{ $document->description }}

Deal Information
  • Deal Name{{ $deal->name }} Deal Amount{{ $deal->amount }}
  • Email{{ $contact->email }} Phone{{ $contact->phone }}
  • Address{{ $contact->address }} Created At{{ $document->created_at->format('d F Y, h:i A') }}
  • Sent At{{ $document->sent_at->format('d F Y, h:i A') }} Signed At{{ $signer->signed_at->format('d F Y, h:i A') }}
  • Signed At{{ $signer->signed_at->format('d F Y, h:i A') }} Completed At{{ $document->sent_at->format('d F Y, h:i A') }}
@if($payment->status == 2) @endif

Copyright © {{ date('Y') }} - {{ env('APP_NAME') }}

@endsection @section('page_js') @endsection