@extends('backend.layouts.master') @section('title') Hôtels pour {{ $event->bo_title }} @endsection @section('body') @endsection @section('content')
Hôtels pour : {{ $event->bo_title }}
Ajouter un hôtel
@if (session('success'))
{{ session('success') }}
@endif
@foreach ($hotels as $hotel) @endforeach
Ordre Nom Capacité Contingent Visible BO Actions
{{ $hotel->order_num }} {{ $hotel->name }} {{ $hotel->capacity }} {{ $hotel->contingent }} {{ $hotel->is_visible_bo ? 'Oui' : 'Non' }} Éditer Supprimer
@endsection