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

9 lines
166 B
PHP

@extends('master')
@section('title')
Article Deleted « Admin CP
@stop
@section('content')
<p>You have successfully deletd the article with id: {{ $id }}</p>
@stop