Tidy up admin cp client related views

This commit is contained in:
Jonny Barnes 2017-03-02 18:28:03 +00:00
parent df1f2758cd
commit e8a71de6b9
7 changed files with 6 additions and 6 deletions

View file

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