10 lines
147 B
PHP
10 lines
147 B
PHP
|
@extends('master')
|
||
|
|
||
|
@section('title')
|
||
|
Edit Client « Admin CP
|
||
|
@stop
|
||
|
|
||
|
@section('content')
|
||
|
<p>Successfully deleted the client information.</p>
|
||
|
@stop
|