7 lines
212 B
PHP
7 lines
212 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<x-error-block error-type="page-not-allowed" message="Unknown" />
|
|
<a class="btn" href="javascript:history.go(-1)">Go back to the previous page</a>
|
|
@endsection
|