@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')
@include('flash::message')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@lang('translation.Seleccione el tipo de notificación que desea enviar')
@if(Auth::guard('web')->check())
@endif
@if(Auth::guard('web')->check()) @else @endif



@endsection @section('script') @endsection