jonnybarnes.uk/resources/views/admin/editplacesuccess.blade.php

10 lines
144 B
PHP
Raw Normal View History

2016-05-19 15:01:28 +01:00
@extends('master')
@section('title')
Edit Place « Admin CP
@stop
@section('content')
<p>Successfully edited the place information.</p>
@stop