@extends('layout.codeheader') @section('title','用户注册') @section('myCss') @endsection @section('content')
注册会员

加入碳立方会员并享有会员资格

{{csrf_field()}} 立即注册
@if(session('success')) @endif @if(session('error')) @endif @endsection @section('myJs') @endsection