@extends('layouts.master') @section('content')
Registrese
@if (count($errors) > 0)
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Ingrese los Siguientes Datos
Seleccione Pais
Seleccione Identificador Documento
Seleccione Prefijo Telefónico
Guardar Datos
Borrar
@endsection