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

19 行
482 B
PHP
Raw Blame 履歴

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

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

@extends('common.layout')
@section('title', 'KIKIお問い合わせ')
@section('content')
<main class="l-single-main l-sign-up">
<div class="l-centeringbox">
<div class="l-centeringbox-wrap">
<div class="l-single-container login-panel">
<div class="l-single-inner">
<div id="contact"></div>
</div>
</div>
</div>
</div>
</main>
@endsection