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

{{ 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 }}
@livewire('tenant.widget.document.make-payment', ['document' => $document, 'deal' => $deal, 'contact' => $contact, 'signature_id' => $signer->id, 'access_code' => $access_code]);
@endsection @section('page_js') @endsection