@php $teams = App\Models\Staff::all(); @endphp @if ($teams->count() > 0)
Our People

Excellent Service Provided by Our Superb Consultant.

@foreach ($teams as $data)
{{ $data->name }}
{{ $data->designation }}
@endforeach
@endif