@extends('widgets.document.layout.mainlayout')
@section('page_css')
@endsection
@section('content')
@include('widgets.document._pdf-iframe')
{{ 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 }}
@endsection
@section('page_js')
@endsection