10 lines
169 B
PHP
10 lines
169 B
PHP
|
@extends('master')
|
||
|
|
||
|
@section('title')
|
||
|
New Note Success « Admin CP
|
||
|
@stop
|
||
|
|
||
|
@section('content')
|
||
|
<p>Successfully created note with id: {{ $id }}. {{ $shorturl }}</p>
|
||
|
@stop
|