@extends('layouts.blankLayout') @section('title', 'Login - MDM ADMIN PORTAL') @section('page-style') @endsection @section('content')
{{ $_SESSION['message']}} {{ $_SESSION['message'] = ""}}
{{ $errors->first('username') }}
{{ $errors->first('password') }}