@extends('layouts.app') @section('title', $funnel->name . ' - 登録経路') @section('page-title', $funnel->name) @section('content')
ファネル一覧
@include('funnel.partials.detail-nav', ['funnel' => $funnel])
登録経路
@forelse($routeStats as $r) @empty @endforelse
経路登録数
{{ $r->registration_route }} {{ $r->c }}
登録経路データがありません
@endsection