@extends('web.layout.default') @section('page_title') | {{ trans('labels.help_contact_us') }} @endsection @section('content')
@csrf

{{ trans('labels.contactus_heading') }}

{{ trans('labels.contactus_description') }}

{{ trans('labels.get_in_touch') }}

{{ trans('labels.address') }}
{{ @helper::appdata()->address }}
{{ trans('labels.email') }}
{{ @helper::appdata()->email }}
{{ trans('labels.mobile') }}
{{ @helper::appdata()->mobile }}
{{ trans('labels.working_hours') }}
{{ ucfirst($timedata->day) }}
@if ($timedata->always_close == 1) {{ trans('labels.closing_time') }} @else

{{ $timedata->open_time }} {{ trans('labels.to') }} {{ $timedata->break_start }}

{{ $timedata->break_end }} {{ trans('labels.to') }} {{ $timedata->close_time }}

@endif
@include('web.subscribeform') @endsection