@extends('layouts.app') @section('title', $funnel->name . ' - コメント') @section('page-title', $funnel->name) @section('content')
ファネル一覧
@include('funnel.partials.detail-nav', ['funnel' => $funnel])
コメント
コメント機能は準備中です。
@endsection