Refactor method names/views for Contacts
This commit is contained in:
parent
5edb495bcb
commit
4af305ba3b
4 changed files with 6 additions and 6 deletions
9
resources/views/contacts/show.blade.php
Normal file
9
resources/views/contacts/show.blade.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
@extends('master')
|
||||
|
||||
@section('title')
|
||||
Contacts «
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
@include('templates.contact', array('contact' => $contact))
|
||||
@stop
|
Loading…
Add table
Add a link
Reference in a new issue