@php $teams = getTeams(limit: null, order: 'asc'); @endphp @extends('client.rohini.layouts.app') @section('content') @include('client.rohini.pages.partials.breadcrumb')

{{ $page->short_description }}

{!! $page->description !!}

@foreach($teams as $team)
@if($team->facebook || $team->twitter || $team->linkedin) @endif

{{ $team->title }}

{{ $team->designation }}

@endforeach
@include('client.rohini.pages.partials.newsletter') @endsection