@extends('layouts.app') @section('og_title', "Contact Us - ") @push('css') @vite(['resources/sass/public/contact-us.scss']) @endpush @section('content')
Hairology Lounge

{{ __('contact-us.hairology_lounge') }}

{{ __('contact-us.explore_locations') }}

@if( $branches->isNotEmpty() )
@if( false ) {{-- $branches->count() > 1 --}}
@endif
@foreach( $branches as $key => $branch )
@if($branch->latitude && $branch->longitude)
@endif

{{ $branch->getNameByLocale() }}

{{ $branch->getAddressByLocale() }}

{{ $branch->country->getNameByLocale() }}

@if($branch->phone) @endif @if( $branch->getFormattedWhatsappPhoneAttribute() ) @endif
@if($branch->latitude && $branch->longitude)
@endif
@endforeach
@php $first_branch = $branches->first(); @endphp @if($first_branch && $first_branch->latitude && $first_branch->longitude) @endif
@endif @endsection @push('js') @endpush