clrghouz/resources/views/errors/419.blade.php

15 lines
404 B
PHP

@extends('layouts.auth')
@section('htmlheader_title')
419
@endsection
@section('content')
<div class="row">
<div class="col-6 m-auto">
<h3>419 - Page expired</h3>
<p>That page has expired, you'll need to reload it and submit it again.</p>
<p><a href="{{ url('/') }}" class="goback">Home</a><a class="link float-end" href="{{ request()->url() }}">Reload</a></p>
</div>
</div>
@endsection