@extends('user::layouts.backend-master') @section('breadcrumb_title', 'Team Details') @section('content')
No featured image
{{ ucfirst($team->status) }} @if ($team->getMeta('is_featured') == 1) Featured @endif
No short description provided.
' !!}No description provided.
' !!}{{ $team->getMeta('email') ?: $team->email ?: 'Not Provided' }}
{{ $team->getMeta('phone') ?: $team->phone ?: 'Not Provided' }}
{{ $team->getMeta('address') ?: $team->address ?: 'Not Provided' }}
{{ $team->getMeta('google_map_link') ?: $team->google_map_link ?: 'Not Provided' }}
{{ $team->getSeoMeta('title') ?: $team->title }}
{{ $team->getSeoMeta('description') ?: 'No meta description provided.' }}
{{ $team->getSeoMeta('keywords') ?: 'No keywords provided.' }}