@extends('layouts.app') @section('content')
登录
{{ csrf_field() }}
@if ($errors->has('userid')) {{ $errors->first('userid') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection