MANAGEMENT TEAM
@if($management_team)
@foreach($management_team as $team)
@if($i == 0)
@if(!empty($team->linkedin))
@endif
@if(!empty($team->facebook))
@endif
@if(!empty($team->twitter))
@endif
{{ $team->description }}
@else
@if(!empty($team->linkedin))
@endif
@if(!empty($team->facebook))
@endif
@if(!empty($team->twitter))
@endif
{{ $team->description }}
@endif
@endforeach
@endif