mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 12:12:29 +01:00
7 lines
94 B
PHP
7 lines
94 B
PHP
|
@extends('layouts.base')
|
||
|
|
||
|
@section('contents')
|
||
|
<h2>Error</h2>
|
||
|
<h4>{{$error}}</h4>
|
||
|
@endsection
|