9 lines
141 B
PHP
9 lines
141 B
PHP
@extends('master')
|
|
|
|
@section('title')
|
|
New Contact « Admin CP
|
|
@stop
|
|
|
|
@section('content')
|
|
<p>Succesfully created new contact entry.</p>
|
|
@stop
|