@extends('layouts.app') @section('content')

Hotel Management

agency_id !="") action="{{ route('employeehotel.save') }}" @else action="{{ route('hotel.save') }}" @endif method="POST" enctype="multipart/form-data"> @csrf
@if(isset($editUser) && $editUser->gallery)
@foreach(json_decode($editUser->gallery, true) as $img) Hotel Image @endforeach
@endif
is_active ?? false) ? 'checked' : '' }}>
@endsection