Tidy up admin cp note related views

This commit is contained in:
Jonny Barnes 2017-03-02 18:22:52 +00:00
parent 7c11b08feb
commit df1f2758cd
8 changed files with 7 additions and 7 deletions

View file

@ -0,0 +1,9 @@
@extends('master')
@section('title')
New Note Success « Admin CP
@stop
@section('content')
<p>Successfully created note with id: {{ $id }}. {{ $shorturl }}</p>
@stop