@extends('layouts.app') @section('title', $funnel->name . ' - 登録者') @section('page-title', $funnel->name) @section('content')
@include('funnel.partials.detail-nav', ['funnel' => $funnel])| 名前 | メール | 登録経路 | 登録日時 |
|---|---|---|---|
| {{ $s->name ?: '-' }} | {{ $s->email ?: '-' }} | {{ $s->registration_route ?: '-' }} |
{{ optional($s->registered_at)->format('Y/m/d H:i') }} |
| 登録者データがありません | |||