@extends('adminsection.layouts.master') @section('title') Create Hotel || @parent @stop @section('page-title') Create Hotel @stop @section('css') @parent @stop @section('main-content')
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
@csrf

@stop @section('js') @parent @stop