9 lines
136 B
PHP
9 lines
136 B
PHP
@extends('master')
|
|
|
|
@section('title')
|
|
New Place « Admin CP
|
|
@stop
|
|
|
|
@section('content')
|
|
<p>Succesfully created new place info.</p>
|
|
@stop
|