@extends('frontend.layouts.master') @section('meta_title', $team?->name . ' || ' . $setting->app_name) @section('meta_description', $team?->name) @push('custom_meta') @endpush @section('header') @include('frontend.layouts.header-layout.three') @endsection @section('contents')
{{ $team?->name }}

{{ $team?->name }}

{{ $team?->designation }}

{!! clean(processText($team?->sort_description)) !!}
{{ $team?->email }}
@if ($team?->phone)
{{ $team?->phone }}
@endif
@if ($setting?->contact_team_member == 'active')

{{ __('Contact with Me') }}

@auth('web')
@else
@endauth
@if ($setting?->recaptcha_status == 'active')
@endif
@endif @include('frontend.partials.marquee') @endsection @section('footer') @include('frontend.layouts.footer-layout.two') @endsection