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

8 行
138 B
PHP

@extends('c_account.profile.layout')
@section('title', 'プロフィール')
@section('content')
<div id="c-profile"></div>
@endsection