@extends('layouts.app') @section('title', $funnel->name . ' - データ(日別)') @section('page-title', $funnel->name) @section('content')
@include('funnel.partials.detail-nav', ['funnel' => $funnel])| 日付 | 件数 |
|---|---|
| {{ \Illuminate\Support\Carbon::parse($row->d)->format('Y/m/d') }} | {{ $row->c }} |
| データがありません | |