Tidy up admin cp place related views

This commit is contained in:
Jonny Barnes 2017-03-02 18:38:15 +00:00
parent a1c07f50e8
commit f9751fe765
6 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,9 @@
@extends('master')
@section('title')
New Place « Admin CP
@stop
@section('content')
<p>Succesfully created new place info.</p>
@stop