@extends('layouts.accountMaster') @section('myscript') $( document ).ready(function() { }); @stop @section('pageContent') {{Lang::get('account.add')}}

@if($hotel_contacts) @foreach($hotel_contacts as $contact) @endforeach
{{ Lang::get('hotel.hotel_id') }} {{ Lang::get('hotel.hotname') }} {{ Lang::get('hotel.contact_name') }} {{ Lang::get('account.email_accounting') }} {{ Lang::get('account.email_emergency') }} {{ Lang::get('account.defaultLanguage') }} Hotel Condo Chalet Insolite
{{Lang::get('account.edit')}} - {{Lang::get('account.delete')}} {{ $contact->hotel_id}} {{ $contact->hotel_name}} {{ $contact->contact_name}} {{ $contact->contact_email}} {{ $contact->confirmation_email}} {{ $contact->contact_lang}} @if($contact->type_hotel) ✔ @endif @if($contact->type_condo) ✔ @endif @if($contact->type_chalet) ✔ @endif @if($contact->type_insolite) ✔ @endif
@endif @stop