@extends('ui.layout.withBanner') @section('contents')
@foreach ($teams as $team)

{!! $team->experience !!}

{{ $team->full_name }}

{{ $team->full_name }}

{{ $team->designation }}

X

{{ $team->full_name }}

{!! $team->description !!}

@endforeach
@endsection