11 行
200 B
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) |