9 行
138 B
PHP
9 行
138 B
PHP
@extends('c_account.register.layout')
|
|
|
|
@section('title', '登録')
|
|
|
|
@section('content')
|
|
<div id="c-signup-error"></div>
|
|
@endsection
|
|
|
|
|