@extends('layouts.app') @section('content')

INGRESAR

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