@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{{ __('frontend.contact') }}
{!! !empty($contacts['description']) ? $contacts['description'] : '' !!}

{{ __('frontend.location') }}

{{ !empty($contacts['office']) ? $contacts['office'] : '' }}

{{ __('frontend.working') }}

{{ !empty($contacts['day_from']) ? get_day($contacts['day_from']) : '' }}-{{ !empty($contacts['day_to']) ? get_day($contacts['day_to']) : '' }} {{ !empty($contacts['time_from']) ? $contacts['time_from'] : '' }}-{{ !empty($contacts['time_to']) ? $contacts['time_to'] : '' }} {{-- Mon-Sat 08:30 - 17:00 --}}

{{ __('frontend.contact_title') }}

{{ __('frontend.contact_detail') }}

@csrf
{{--
--}}

{{ __('frontend.send_success_title') }}

{{ __('frontend.send_success') }}

Alternate Text
Alternate Text
@endsection @section('script') @endsection