このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
kikikan/backend/resources/views/c_account/auth.blade.php

11 行
229 B
PHP
Raw 通常表示 履歴

@extends('common.layout')
2021-10-18 18:15:53 +09:00
2021-12-21 15:44:41 +09:00
@section('title', 'KIKI子')
2021-10-18 18:15:53 +09:00
@section('content')
2021-12-25 03:01:44 +09:00
2022-01-04 17:44:38 +09:00
@if (Request::is('c-account/register-temporary'))
<input type="hidden" value={{ $father_id }} id="father_token">
@endif
2021-12-25 03:01:44 +09:00
2021-10-18 18:15:53 +09:00
@endsection