@extends('layouts.landing.app') @section('title', translate('messages.contact_us')) @section('content')
@php($contact_us_title = \App\Models\DataSetting::where(['key' => 'contact_us_title'])->first()) @php($contact_us_title = isset($contact_us_title->value) ? $contact_us_title->value : null) @php($contact_us_sub_title = \App\Models\DataSetting::where(['key' => 'contact_us_sub_title'])->first()) @php($contact_us_sub_title = isset($contact_us_sub_title->value) ? $contact_us_sub_title->value : null) @php($contact_us_image = \App\Models\DataSetting::where(['key' => 'contact_us_image'])->first()) {{-- @php($contact_us_image = isset($contact_us_image->value) ? $contact_us_image->value : null)--}}

{{$contact_us_title}}

{{$contact_us_sub_title}}
@php($landing_page_images = \app\CentralLogics\Helpers::get_business_settings('landing_page_images')) @php($landing_page_images_value = isset($landing_page_images) ? $landing_page_images :null)
{{translate("messages.Address")}}
{{translate("messages.Time")}}
  • {{translate(\App\CentralLogics\Helpers::get_settings('opening_day'))}}- {{translate(\App\CentralLogics\Helpers::get_settings('closing_day'))}}
  • {{\App\CentralLogics\Helpers::time_format(\App\CentralLogics\Helpers::get_settings('opening_time')) }}- {{ \App\CentralLogics\Helpers::time_format( \App\CentralLogics\Helpers::get_settings('closing_time'))}}
@csrf
@php($recaptcha = \App\CentralLogics\Helpers::get_business_settings('recaptcha')) @if(isset($recaptcha) && $recaptcha['status'] == 1) @else