Live operations
{{ $heading ?? 'Dashboard' }}
{{ now()->format('l, d M Y') }}
@if (session('status'))
@endif
{{ $slot }}
{{ session('status') }}
@endif
@if ($errors->any())
Please fix the highlighted fields.
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach