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