@extends('frontend.layouts.app')
@section('title', $title)
@section('description', $description)
@section('content')
@php
$settingsService = app(\App\Services\SettingsService::class);
$contactPhone = $settingsService->get('contact_phone', '+263 78 691 2342');
$contactEmail = $settingsService->get('contact_email', config('mail.from.address'));
$contactAddress = $settingsService->get('contact_address', '3690 New Market Rd #309, Brodil, San Fransisko - USA');
$contactWhatsapp = $settingsService->get('contact_whatsapp');
$contactHours = collect(preg_split('/\r\n|\r|\n/', (string) $settingsService->get('contact_hours', '')))
->map(fn ($line) => trim($line))
->filter()
->values();
$contactMapEmbedUrl = $settingsService->get('contact_map_embed_url')
?: 'https://maps.google.com/maps?q=Harare%2C%20Zimbabwe&t=m&z=12&output=embed&iwloc=near';
$logoSetting = $settingsService->get('primary_logo') ?: $settingsService->get('logo_url');
$contactLogo = $logoSetting ? asset('storage/' . $logoSetting) : asset('frontend/images/logo/ndarama-logo.svg');
@endphp
@include('frontend.layouts.breadcrumb', ['title' => 'Contact Us'])
We are always ready to help your business. Let us talk. {{ $contactAddress }} {{ $hoursLine }}Get in Touch with Ndarama Technologies
Our Address
Call us Anytime
WhatsApp
Send E-Mail
Business Hours
@foreach($contactHours as $hoursLine)
Send us a message
We currently operate from one listed office. Reach out before visiting so the right team member can assist you.