419.blade.php 131 B

12345
  1. @extends('errors::minimal')
  2. @section('title', __('Page Expired'))
  3. @section('code', '419')
  4. @section('message', __('Page Expired'))