@extends('layout.codeheader') @section('title','登陆') @section('content')
登录
{{csrf_field()}}
@if(session('error')) @endif @endsection @section('myJs') @endsection