jonnybarnes.uk/resources/views/notes/create.blade.php

8 lines
175 B
PHP
Raw Normal View History

2022-08-13 16:00:06 +01:00
@extends('master')
@section('title')New Note « @stop
@section('content')
<p>This was a page where I could create new notes. maybe it will be again one day…</p>
@stop