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
2015-11-05 18:16:55 -05:00

7 lines
94 B
PHP

@extends('layouts.base')
@section('contents')
<h2>Error</h2>
<h4>{{$error}}</h4>
@endsection