@php $faviconPath = 'images/branding/logo-cefyt-dark.png'; $faviconVersion = file_exists(public_path($faviconPath)) ? filemtime(public_path($faviconPath)) : time(); $cssPath = 'css/app.css'; $cssVersion = file_exists(public_path($cssPath)) ? filemtime(public_path($cssPath)) : time(); @endphp {{ $title ?? 'Asistencias CEFyT' }}
@if (session('status'))
{{ session('status') }}
@endif @if ($errors->any())
Revisá estos datos:
@endif @yield('content')