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