mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-10 04:02:28 +01:00
7 lines
96 B
PHP
7 lines
96 B
PHP
@extends('layouts.base')
|
|
|
|
@section('content')
|
|
<h2>Notice</h2>
|
|
<h4>{{$message}}</h4>
|
|
@endsection
|