Files
RomhackPlaza/resources/views/errors/4xx.blade.php

7 lines
225 B
PHP
Raw Normal View History

2026-06-29 11:47:19 +02:00
@extends('layouts.app')
@section('content')
<x-error-block error-type="custom" message="{{ $exception->getMessage() }}" />
<a class="btn" href="javascript:history.go(-1)">Go back to the previous page</a>
@endsection