@extends('errors::customized-layout') @php $template = \App\Models\HttpStatusTemplate::firstWhere('code', 419) @endphp @section('title', $template?->title ?? __('Page Expired')) @section('header') {!! $template?->header !!} @endsection @section('body') {!! $template?->body ?? __('Page Expired') !!} @endsection @section('footer') {!! $template?->footer !!} @endsection @section('background_color', $template?->background_color) @section('code', '419')