@if($pentathlon)
@else
@endif
Pentathlon
@if( !empty($pentathlon->Pentathlon))
{!! $pentathlon->Pentathlon !!}
@else
No Pentathlon info Added
@endif{{env('APP_NAME')}}
@if( !empty($pentathlon->IT))
{!! $pentathlon->IT !!}
@else
No {{env('APP_NAME')}} info Added
@endifTHE FIVE SPORTS
Swimming
@if( !empty($pentathlon->Swimming))
{!! $pentathlon->Swimming !!}
@else
No Swimming info Added
@endifFencing
@if( !empty($pentathlon->Fencing))
{!! $pentathlon->Fencing !!}
@else
No Fencing info Added
@endifObstacle
@if( !empty($pentathlon->Obstacle))
{!! $pentathlon->Obstacle !!}
@else
No Obstacle info Added
@endifLaser Run
@if( !empty($pentathlon->LaserRun))
{!! $pentathlon->LaserRun !!}
@else
No LaserRun info Added
@endifShooting Game
@if( !empty($pentathlon->ShootingGame))
{!! $pentathlon->ShootingGame !!}
@else
No Shooting Game info Added
@endif