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

10 lines
147 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 deleted the client information.</p>
@stop