jonnybarnes.uk/resources/views/admin/clients/newsuccess.blade.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