{{ $card['title'] }}
{{ $card['description'] }}
@extends('layouts.app') @section('title', $course->name . ' — コース設定') @section('page-title', $course->name . ' — コース設定') @section('page-subtitle-heading', '【この画面でできること】') @section('page-subtitle') グループ管理 → レッスン設定 → 受講生・受講状況・コメント・コースの編集など、このコースに必要な作業をカードから選んで進められます。 @endsection @push('styles') @include('partials._setup_hub_tile_styles') @endpush @section('content')
@if(session('success')){{ $card['description'] }}