@if(! $contract['generated'] && $contract['title'] != 'free_body') @if ( ! Session::has('ocean') ) @foreach ( $contract['questionGroups'] as $group )

{{ $group['label'] }}

@foreach ( $group['questions'] as $question ) {!! $form->index( 'summary', $question ) !!} @endforeach
{{ __('button.changeData') }}
@endforeach @endif @if ( Session::has('loginToken') && ( $contract['title'] == 'file_upload' || Session::has('ocean') ) )

{{ __('contract.preview.title') }}

@include('components.pdfPreview')
@endif @endif @if ( ! Session::has('ocean') )

{{ __('contract.summary.toTheBuyer') }}

@endif