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

7 lines
95 B
PHP

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