Your browser does not support the video tag.
@csrf @if(\Session::has('message'))
{{\Session::get('message')}}
@endif @if(session('alert'))
{{ session('alert') }}
@endif
LOGIN
Username
@if ($errors->has('UserName'))
{{ $errors->first('UserName') }}
@endif
Password
@if ($errors->has('PassWord'))
{{ $errors->first('PassWord') }}
@endif
Login
Forgot Password?