@extends('app') @section('header') @endsection @section('content')

Hi, welcome back!

ACTION-ACCIDENTS

Tableau de suivi des actions - Accidents

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