@extends('layouts.app') @section('title', __('nav.contact')) @section('content')

{{ __('contact.page_title') }} {{ __('contact.page_title_em') }}

📍

{{ __('contact.address') }}

{{ __('contact.address_value') }}

📞

{{ __('contact.phone') }}

+90 555 123 45 67
✉️

{{ __('contact.email') }}

info@moncheribeach.com
🕐

{{ __('contact.hours') }}

{{ __('contact.hours_value') }}

Instagram Facebook

{{ __('contact.form_title') }}

@if(session('success'))
✓ {{ session('success') }}
@endif
@csrf
@endsection