@extends('layouts.public') @section('title', 'Debug Templates') @section('content')
ID: {{ $event->id }}
Title: {{ $event->title }}
Template Number: {{ $templateNumber }}
Template Name: {{ $event->template_name ?? 'Not set' }}
Created At: {{ $event->created_at->format('Y-m-d H:i:s') }}
Section | Component | Exists | Fallback | Fallback Exists |
---|---|---|---|---|
{{ $section }} | {{ $result['component'] }} | @if($result['exists']) Yes @else No @endif | {{ $result['fallback'] }} | @if($result['fallback_exists']) Yes @else No @endif |
Path with "components." prefix:
components.templates.sections.{section}-template-{templateNumber}
Path without "components." prefix:
templates.sections.{section}-template-{templateNumber}