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

Hotel/ Add

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('hotel_star')) {{ $errors->first('hotel_star') }} @endif
@if ($errors->has('rating')) {{ $errors->first('rating') }} @endif
(Recommended size: 536 × 302 pixels, Max file size: 500KB) @if ($errors->has('image_url')) {{ $errors->first('image_url') }} @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
{{-- 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
@endsection @section('script') @endsection