@extends('layouts.app') @section('title', 'Add New Hotel') @section('content_header_title', 'Hotels') @section('content_header_subtitle', 'Add New Hotel') @section('content_body')

Add New Hotel

{{-- Show General Validation Errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{--
--}}
{{--
--}} {{--
--}}
Cancel
@endsection @push('js') {{-- --}} @endpush