@extends('layouts.master-horizontal') @section('title') @lang('Portal Regional de Notificación en línea de Sospecha de Reacciones Adversas a Medicamentos de uso humano') @endsection @section('css') @endsection @section('content')

Bitacora

@include('flash::message')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

ID FECHA USUARIO PAGINA EVENTO ACCIÓN ERROR DESCRIPCION DE ERROR
@endsection @section('script') @endsection