@extends('frontend.layout.updated.master') @section('content')

Meet our Team

@foreach($team_types as $team_type_record)

{{ $team_type_record->team_type }}

@foreach($team_types_data as $team_type) @foreach($team_type as $data) @if ($data->team_type == $team_type_record->team_type)
@if ($data->team_type === 'Our Founders') @else
team-member

{{$data->name}}

{{$data->occupation}} @if (!empty($data->twitter) || !empty($data->linkedIn) || !empty($data->instagram) || !empty($data->facebook) || !empty($data->youtube)) @endif
@endif
@endif @endforeach @endforeach
@endforeach
@endsection