Date
|
{{ $report->date }}
|
Time of Incident
|
{{ $report->time }}
|
Injury Location
|
{{ $report->injury_location }}
|
Selected Trail
|
{{ title($report->trail) }}
|
Experience on Trail
|
{{ title($report->experience_on_trail) }}
|
Ski Lift
|
{{ title($report->ski_lift) }}
|
Experience on Lift
|
{{ title($report->experience_on_lift) }}
|
Tubing
|
{{ title($report->tubing) }}
|
@if($report->tubing == '21')
Equipment
|
{{ title($report->equipment) }}
|
Removed by Patrol
|
{{ title($report->removed_by_patrol) }}
|
Rental Skis / Snowboard
|
{{ title($report->rental_skis_snowboard) }}
|
Experience on Skis / Snowboard
|
{{ title($report->experience_on_skis_snowboard) }}
|
Wearing Helmet
|
{{ title($report->wearing_helmet) }}
|
@if($report->wearing_helmet == '38')
Removed at Accident
|
{{ title($report->removed_at_accident) }}
|
@endif
@endif
Transport in Method
|
{{ title($report->transport_in_method) }}
|
@if($report->transport_in_method == '102')
Remove to Vehicle Details
|
{{ title($report->remove_to_vehicle_details) }}
|
@endif