@extends('frontend.layouts.master') @section('meta_title', $seo_setting['team_page']['seo_title']) @section('meta_description', $seo_setting['team_page']['seo_description']) @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
@forelse ($teams as $team)
{{ $team?->name }}

{{ $team?->name }}

{{ $team?->designation }}
@empty @endforelse
@if ($teams->hasPages())
{{ $teams->onEachSide(0)->links('frontend.pagination.custom') }}
@endif
{{ __('Testimonials') }}

{{ __('Testimonials') }}

quote
@include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection