@extends('pages.documents.wrapper') @section('document')
@include('pages.documents.elements.hero')
@include('pages.documents.elements.doc-to-by') @include('pages.documents.elements.doc-details')
{!! $document->doc_body !!} @if($document->doc_type == 'proposal' && $document->doc_status == 'accepted')
@include('pages.documents.elements.signatures-proposals')
@endif @if($document->doc_type == 'contract')
@include('pages.documents.elements.signatures-contracts')
@endif @if(config('visibility.proposal_accept_decline_button_footer')) @endif
@endsection