工伤预防智慧管理平台
{{ csrf_field() }}
@if($errors->has('username'))
{{$errors->first('username')}}
@endif @if($errors->has('password'))
{{$errors->first('password')}}
@endif @if($errors->has('captcha'))
{{$errors->first('captcha')}}
@endif
登 录