10 lines
138 B
PHP
10 lines
138 B
PHP
|
@extends('master')
|
||
|
|
||
|
@section('title')
|
||
|
New Client « Admin CP
|
||
|
@stop
|
||
|
|
||
|
@section('content')
|
||
|
<p>Succesfully created new client info.</p>
|
||
|
@stop
|