@extends('widgets.document.layout.mainlayout') @section('page_css') @endsection @section('content')
@include('widgets.document._pdf-iframe')
@csrf
Logo

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

{{ $document->description }}

Deal Information
@if ($errors->any())
@endif
  • Deal Name{{ $deal->name }}
  • Deal Amount{{ $deal->amount }}
  • Email{{ $contact->email }}
  • Phone{{ $contact->phone }}
  • Address{{ $contact->address }}
  • Created At{{ $document->created_at }}

Copyright © 2024 - CRMS

@endsection @section('page_js') @endsection