@extends('backend.layouts.master') @section('title') Ajouter un hôtel — {{ $event->bo_title }} @endsection @section('body') @endsection @section('content')
Ajouter un hôtel pour : {{ $event->bo_title }}
Retour
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@include('backend.hotels._form')
Annuler
@endsection