@extends('app') @section('header') @endsection @section('content') @include('app.actions.modal_add')

Hi, welcome back!

Les actions - accident

Liste des actions

@foreach ($actions as $action) {{-- --}} @endforeach
Titre Description Responsable Date de début Date de fin STATUS Actions
{{$action->actionTitle }} {{$action->description }} {{ User::find($action->responsable_id)->name }} {{$action->dateDebut }} {{$action->dateFin }} {{$action->statut }}{{$action->actionTitle }}
@endsection @section('footer') @endsection