@section('seo') @include('layouts._front_includes._seo', ['seo' => $page->seo]) @endsection @push('frontend_css') @endpush @extends('layouts.frontend_master') @section('content')

{{$page->title}}

{{$team->name}}

{!!$team->name!!}

@if($team->is_expert)

(Expert)

@endif
{{-- WhatsApp --}} @if($team->whatsapp_link) @endif {{-- Facebook --}} @if($team->fb_link) @endif {{-- Viber --}} @if($team->viber_link) @endif

{{$team->phone}}

{!! $team->description !!}

@if ($team->doc_image->isNotEmpty())

Achievements

@foreach ($team->doc_image as $image ) {{ $image->alt }} @endforeach
@endif
@endsection