jonnybarnes.uk/resources/views/admin/contacts/newsuccess.blade.php

10 lines
141 B
PHP
Raw Normal View History

2016-05-19 15:01:28 +01:00
@extends('master')
@section('title')
New Contact « Admin CP
@stop
@section('content')
<p>Succesfully created new contact entry.</p>
@stop