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

11 行
200 B
PHP

@extends('c_account.meeting.layout')
@section('title', 'ミーティング')
@section('content')
<div id="c-meeting-detail"></div>
@endsection
@extends('c_account.sidebar')
@section('cur_link', 1)