1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00
polr/resources/views/notice.blade.php
2015-11-06 21:44:50 -05:00

7 lines
96 B
PHP

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