@extends('layout.admin') @section('styles') @endsection @section('content')

Hotel/ Add

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('city_id')) {{ $errors->first('city_id') }} @endif
@if ($errors->has('hotel_star')) {{ $errors->first('hotel_star') }} @endif
@if ($errors->has('rating')) {{ $errors->first('rating') }} @endif
@if ($errors->has('distance_from_masjid')) {{ $errors->first('distance_from_masjid') }} @endif
(Recommended size: Max 356 x 208 pixels, Max file size: 500KB) @if ($errors->has('thumbnail_image')) {{ $errors->first('thumbnail_image') }} @endif
@if ($errors->has('image_alt')) {{ $errors->first('image_alt') }} @endif
@if ($errors->has('image_title')) {{ $errors->first('image_title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{-- Amenities --}}

Amenities

@if ($errors->has('amenitie_heading')) {{ $errors->first('amenitie_heading') }} @endif
@php $fixedAmenities = [ 'FREE WIFI', 'FRIDGE', 'ROOM SERVICE', 'CENTRAL AIR CONDITIONING', 'WHEEL CHAIR', 'TELEVISION', 'DOOR MAN', ]; @endphp @foreach ($fixedAmenities as $amenity)
@endforeach
{{-- Nearby --}}

Nearby

@if ($errors->has('nearby_heading')) {{ $errors->first('nearby_heading') }} @endif
{{-- Restaurants --}}

Restaurants

@if ($errors->has('resturant_heading')) {{ $errors->first('resturant_heading') }} @endif

Hotel Map

@if ($errors->has('hotel_map')) {{ $errors->first('hotel_map') }} @endif
@if ($errors->has('hotel_address')) {{ $errors->first('hotel_address') }} @endif

Seo Friendly Fields

@if ($errors->has('page_url')) {{ $errors->first('page_url') }} @endif
@endsection @section('script') @endsection