{{ $contact[0]->city }}

{{ $contact[1]->city }}

{{ $contact[2]->city }}

{{ __('website.Business Hours') }}

    @foreach ($business_hours as $item)
  • {{ $item->time }}
  • @endforeach

{{ __('website.Contact Us') }}

{{ __('website.Feel free to ask for details, do not save any questions!') }}

@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Success! Your message has been sent to us.
Error! There was an error sending your message.
{{-- ///////////////////////////////////////////////////////////////////////////////////// --}}