10 lines
179 B
PHP
10 lines
179 B
PHP
|
@extends('master')
|
||
|
|
||
|
@section('title')
|
||
|
New Article Success « Admin CP
|
||
|
@stop
|
||
|
|
||
|
@section('content')
|
||
|
<p>Successfully created article with id: {{ $id }}, title: {{ $title }}</p>
|
||
|
@stop
|