@extends('layouts.loginRegister') @section('content')
@if(Session::has('success'))
{{Session::get('success')}}
@endif
Inicio de Sesión Aspirante

{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('cedula')) {{ $errors->first('cedula') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('scripts') @include('sweet::alert') @endsection