@extends('layouts.index', ['subHeader' => 'Leading Safety Governance+ COPAC']) @section('header') Dashboard / Leading @endsection @section('content')

Safety Risk Report

Atrás


@foreach([ 'Unidad de Sanofi' => 'unidadChart', 'País de Reporte' => 'paisChart', 'Ubicación del Riesgo' => 'ubicacionChart', 'Tipo de Situación' => 'tipoChart', 'Riesgo del Acto' => 'riesgoActoChart', 'Riesgo de Condición' => 'riesgoCondChart', 'Riesgo de Evento Potencialmente Grave' => 'pseChart', 'Descripción' => 'descripcionChart', 'Medidas Inmediatas' => 'medidasChart', 'Acción Previa' => 'accionChart', ] as $label => $id)
{{ $label }}
@endforeach
@endsection