Add Contacts tests

This commit is contained in:
Jonny Barnes 2017-02-18 14:16:22 +00:00
parent b84f8278b6
commit ebb13b905f
5 changed files with 50 additions and 6 deletions

View file

@ -1,9 +1,9 @@
@extends('master')
@section('title')
Contacts «
Contacts «
@stop
@section('content')
@include('templates.contact', array('contact' => $contact))
@include('templates.contact', ['contact' => $contact, 'image' => $image])
@stop