@extends('backend.layouts.master') @section('title') Éditer l'hôtel — {{ $event->bo_title }} @endsection @section('body')
@endsection @section('content')Aucun type défini.
@else| Type | Abr | Max | Capacité | Visible BO | Actions |
|---|---|---|---|---|---|
| {{ $rt->type }} | {{ $rt->abr }} | {{ $rt->max }} | {{ $rt->capacity }} | {{ $rt->visible_be ? 'Oui' : 'Non' }} | Éditer Supprimer Arrangements + Arrangement |
| Arrangement | Abr | Prix adulte | Prix enfant | Visible BO | Actions |
|---|---|---|---|---|---|
| {{ $a->arrangement_type }} | {{ $a->abr }} | {{ $a->price_adult }} | {{ $a->price_child }} | {{ $a->visible_be ? 'Oui' : 'Non' }} | Éditer Supprimer |
Aucun type / arrangement défini.
@endforelse