1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-20 07:31:53 +02:00
polr/resources/views/error.blade.php

7 lines
95 B
PHP
Raw Normal View History

2015-11-06 00:16:55 +01:00
@extends('layouts.base')
@section('content')
2015-11-06 00:16:55 +01:00
<h2>Error</h2>
<h4>{{$message}}</h4>
2015-11-06 00:16:55 +01:00
@endsection