@extends('backend.layouts.master') @section('title') Ajouter un type — {{ $hotel->name }} @endsection @section('body') @endsection @section('content')
Ajouter un type pour : {{ $hotel->name }}
Retour
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@include('backend.room_types._form')
Annuler
@endsection