9 lines
165 B
PHP
9 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
|