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

Hotel/ Add

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('hotel_star')) {{ $errors->first('hotel_star') }} @endif
@if ($errors->has('rating')) {{ $errors->first('rating') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif

Images

{{-- Facilities --}}

Facilities

{{-- Food and Drink --}}

Food and Drink

{{-- Outdoor and Entertainment --}}

Outdoor and Entertainment

{{-- Essentials and other facilities --}}

Essentials and other facilities

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