@forelse($teams as $team)

{!! $team->name !!}

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

{!! $team->details !!}

@empty @endif