@extends('landingempresas.view.auth.app') @section('content')

ACCESO USUARIOS

@if ($errors->has('loginUser')) {{ $errors->first('loginUser') }} @endif @if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ csrf_field() }}
@endsection