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