9 lines
154 B
PHP
9 lines
154 B
PHP
|
@extends('master')
|
||
|
|
||
|
@section('title')
|
||
|
Contacts « Jonny Barnes
|
||
|
@stop
|
||
|
|
||
|
@section('content')
|
||
|
@include('contact-template', array('contact' => $contact))
|
||
|
@stop
|