@extends('home.layouts.app') @section('css_ext') @endsection @section('content')
@csrf

欢迎登录 Vien Blog

还没有账号? 点此注册

@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

© {{ date('Y') }} vienblog.com

@endsection