@extends('layout.wap') @section('title','用户登陆') @section('myCss') @endsection @section('content')
记住我的帐号
{{csrf_field()}}
@if(session('error')) @endif @endsection @section('myJs') @endsection