@extends( 'layouts.master' ) @section( 'style' ) @parent @endsection @section( 'content' )

Step 4 of 4: Review Submission

{!! csrf_field() !!}

Step 1: General Information   Edit

Step 2: Vaccine Administrative Information   Edit

@foreach( $case->admin as $adminIndex => $admin ) @foreach( $admin->vaccine as $vaccineIndex => $vaccine ) @endforeach @endforeach

Step 3: Adverse Event & Event Outcomes   Edit

@foreach( $case->event->adverse as $adverseIndex => $adverse ) @endforeach @if($case->event->death == 'on' ) @endif @if($case->event->life_threaten_ill == 'on' ) @endif @if($case->event->emergency_visit == 'on' ) @endif @if($case->event->hospital == 'on' ) @endif @if($case->event->hospital_prolong == 'on' ) @endif @if($case->event->disability == 'on' ) @endif @if($case->event->recover != '' ) @endif

@endsection