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