✉️ {{ $siteSettings['contact_email'] ?? 'info@touchfoundation.org' }} 📍 {{ $siteSettings['contact_address'] ?? '123 Charity Lane, City' }} 🕒 {{ $siteSettings['working_hours'] ?? 'Mon - Fri 09 - 18' }}
🌍 Supporting Communities @auth ✏️ Edit Site Info @endauth
@include('partials.header') @if(!Request::is('/'))

@yield('page_title', 'Touchfoundation')

@endif
@if(!Request::is('/') && trim($__env->yieldContent('page_subtitle')))

@yield('page_subtitle')

@endif @yield('content')
@include('partials.footer')