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