@stack('content_header_start') @if (!$hideHeader) @endif @stack('content_header_end') @stack('recurring_message_start') @if (!$hideRecurringMessage) @endif @stack('recurring_message_end') @stack('status_message_start') @if (!$hideStatusMessage) @endif @stack('status_message_end') @stack('timeline_start') @if (!$hideTimeline) @endif @stack('timeline_end') @stack('document_start') @stack('document_end') @stack('attachment_start') @if (!$hideAttachment) @endif @stack('attachment_end') @stack('row_footer_start') @if (!$hideFooter) @endif @stack('row_footer_end') {{ Form::hidden('document_id', $document->id, ['id' => 'document_id']) }} {{ Form::hidden($type . '_id', $document->id, ['id' => $type . '_id']) }}