@extends('layout.store') @section('title','用户登陆') @section('myCss') @endsection @section('content')
error
登录

登录

{{csrf_field()}}
@if(session('error')) @endif @endsection @section('myJs') @endsection