@extends('website.branches.portfolio.layouts.index') @section('content') @if ($advertisments->isNotEmpty())
@endif @if ($branch->portfolio?->about->{$locale})
{!!$branch->portfolio?->about->{$locale}!!}
@endif @if ($services->isNotEmpty())
@if ($services->count() > 2)

{{ $branch->portfolio?->services_title->{$locale} }}

@else @foreach ($services as $service)

{{ $service->title->{$locale} }}

@endforeach @endif
@endif @if ($branch->portfolio?->email || $branch->portfolio?->phone || $branch->portfolio?->facebook || $branch->portfolio?->instagram || $branch->portfolio?->twitter || $branch->portfolio?->linkedin || $branch->portfolio?->youtube || $branch->portfolio?->snapchat || $branch->portfolio?->tiktok)

@lang('global.contact_us')

@if ($branch->portfolio?->email)

@lang('validation.attributes.email')

@endif @if ($branch->portfolio?->phone)

@lang('validation.attributes.phone')

@endif @if ($branch->portfolio?->facebook || $branch->portfolio?->instagram || $branch->portfolio?->twitter || $branch->portfolio?->linkedin || $branch->portfolio?->youtube || $branch->portfolio?->snapchat || $branch->portfolio?->tiktok)

@lang('global.social_media')

@endif
@endif @if ($survey?->questions->isNotEmpty()) @if ( $survey?->required && session()->missing("survey_answered.$survey?->id")) @else @endif @endif @endsection