@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')

Whodrug

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



Drug Code Drug name Active Ingredient(s) ATC
@endsection @section('script') @endsection