jonnybarnes.uk/resources/views/admin/clients/editsuccess.blade.php

10 lines
146 B
PHP
Raw Normal View History

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