1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 12:12:29 +01:00
polr/resources/views/error.blade.php

7 lines
94 B
PHP
Raw Normal View History

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