9 lines
144 B
PHP
9 lines
144 B
PHP
@extends('master')
|
|
|
|
@section('title')
|
|
Edit Place « Admin CP
|
|
@stop
|
|
|
|
@section('content')
|
|
<p>Successfully edited the place information.</p>
|
|
@stop
|