@extends('web.layouts.container') @section('css') @endsection @section('inner_header') {{__('main.home')}}/ {{__('main.contact_us')}} {{__('main.contact_us')}} @endsection @section('content') {{settings('site_phone')}} {{settings('site_address')}} {{settings('site_email')}} {{__('main.contact_us')}} @csrf() {{__('contacts.name')}} {{__('contacts.email')}} {{__('contacts.message_subject')}} {{__('contacts.write_message')}} {{__('contacts.send')}} {{__('main.choose_hotel')}} @if(count($hotels)) @foreach($hotels as $hotel) {{$hotel->room_name}} @endforeach @endif @if(count($hotels)) @foreach($hotels as $hotel) {!! $hotel->map !!} @endforeach @endif @endsection @section('inner_js') @endsection
{{settings('site_phone')}}
{{settings('site_address')}}
{{settings('site_email')}}
{{__('main.contact_us')}}