Admin
MBS
{{ csrf_field() }}
@if ($errors->has('admin_username'))
{{ $errors->first('admin_username') }}
@endif @if ($errors->has('admin_password'))
{{ $errors->first('admin_password') }}
@endif @if(Session::get('error'))
{{Session::get("error")}}
@endif
Forget your password?
{{ csrf_field() }}
@if(Session::get('failure'))
{{Session::get("failure")}}
@endif