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