jonnybarnes.uk/resources/views/contacts/show.blade.php
2017-02-18 14:16:22 +00:00

9 lines
157 B
PHP

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