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

欢迎注册 Vien Blog

已有账号? 直接登录

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

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

@endsection