@extends('client.topCargo.layouts.layout') @section('title','Our Team') @section('content')

Meet Our Team

@forelse ($teams as $team)
Profile Picture

{{ $team->title }}

{{ $team->designation }}
@empty @endforelse



@endsection