@extends('layout') @section('title') 登录 @endsection @section('style') @endsection @section('content')
{{ csrf_field() }}
@endsection