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

9 lines
148 B
PHP

@extends('master')
@section('title')
Edit Contact « Admin CP
@stop
@section('content')
<p>Successfully edited the contact information.</p>
@stop