@if ($step === 1)
{!! Form::hidden('step', 1) !!}
{!! Form::checkbox('go-to-preview', 1, null, ['id' => 'go-to-preview', 'class' => 'hidden']) !!}
@endif
@include ('partials.action_btns')
{!! Form::close() !!}
@for ($i=1;$i<=2;$i++)
@elseif ($step === 2)
{!! Form::hidden('step', 2) !!}
{!! Form::checkbox('approval', 1, null, ['id' => 'approval', 'class' => 'hidden']) !!}
picture_as_pdf
@endfor