@stack('content_header_start')
@if (!$hideHeader)
@endif
@stack('content_header_end')
@stack('recurring_message_start')
@if (!$hideRecurringMessage)
@endif
@stack('recurring_message_end')
@stack('transaction_start')
@stack('transaction_end')
@stack('attachment_start')
@if (!$hideAttachment)
@endif
@stack('attachment_end')
@stack('row_footer_start')
@if (!$hideFooter)
@endif
@stack('row_footer_end')
{{ Form::hidden('transaction_id', $transaction->id, ['id' => 'transaction_id']) }}
{{ Form::hidden($type . '_id', $transaction->id, ['id' => $type . '_id']) }}