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

11 行
229 B
PHP
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

@extends('common.layout')
@section('title', 'KIKI子')
@section('content')
@if (Request::is('c-account/register-temporary'))
<input type="hidden" value={{ $father_id }} id="father_token">
@endif
@endsection