1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00
polr/resources/views/error.blade.php

7 lines
97 B
PHP

@extends('layouts.errors')
@section('content')
<h2>Error</h2>
<h4>{{$message}}</h4>
@endsection