@forelse($our_teams as $our_team)

{!! $our_team->name !!}

{!! $our_team->email !!}
Verified Approved

{!! $our_team->details !!}

@empty @endif