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