@extends('layouts.app') @section('content')
DMMCIHS Logo
Login
@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('idno') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection