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

Payment Cancelled

{{ $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 }}
@endsection @section('page_js') @endsection