@extends('backend.layouts.master') @section('title', 'Organismes — ' . $event->bo_title) @section('css') @endsection @section('body') @endsection @section('content')
Organismes — {{ $event->bo_title }}
Ajouter Retour à l'événement
@if (session('success'))
{{ session('success') }}
@endif
@foreach ($organismes as $organisme) @endforeach
ID Nom Label Badge Actions
{{ $organisme->id }} {{ $organisme->name }} {{ $organisme->badge_label }}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection