Tidy up admin cp contact related views

This commit is contained in:
Jonny Barnes 2017-03-02 18:33:52 +00:00
parent e8a71de6b9
commit a1c07f50e8
9 changed files with 8 additions and 8 deletions

View file

@ -0,0 +1,10 @@
@extends('master')
@section('title')
New Contact Avatar « Admin CP
@stop
@section('content')
<p>Successfully saved the avatar contact</p>
<img src="/assets/profile-images/{{ $homepage }}/image">
@stop