@extends('admin.layout') @section('main')

Add Hotel

@csrf
{{--
--}}
{{-- --}}
@if (@isset($hotel) && count($hotel->hotelPersonContact) > 0)
@foreach ($hotel->hotelPersonContact as $index => $contactPerson)
@endforeach
@else
@endif
@endsection @section('scripts') @endsection