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

11 lines
212 B
PHP
Raw Normal View History

2016-05-19 15:01:28 +01:00
@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">
2016-05-19 15:01:28 +01:00
@stop