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

9 lines
145 B
PHP

@extends('master')
@section('title')
Delete Note Success « Admin CP
@stop
@section('content')
<p>The note was successfully deleted.</p>
@stop