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

7 lines
96 B
PHP
Raw Normal View History

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