jonnybarnes.uk/resources/views/admin/notes/editsuccess.blade.php

9 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