Tidy up admin cp contact related views

This commit is contained in:
Jonny Barnes 2017-03-02 18:33:52 +00:00
parent e8a71de6b9
commit a1c07f50e8
9 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,9 @@
@extends('master')
@section('title')
Edit Contact « Admin CP
@stop
@section('content')
<p>Successfully edited the contact information.</p>
@stop