@section('content') @include('offerings/head')

MANAGEMENT TEAM



@if($management_team) @foreach($management_team as $team) @if($i == 0)
{{ $team->name }}
{{ $team->description }}
@else
{{ $team->name }}
{{ $team->description }}
@endif
@endforeach @endif
@endsection