Lots of tests needed fixing, but it seemed to be a whitespace parsing
error in the view files 🤔
10 lines
183 B
PHP
10 lines
183 B
PHP
@extends('master')
|
|
|
|
@section('title')Contacts « @stop
|
|
|
|
@section('content')
|
|
@include('templates.contact', [
|
|
'contact' => $contact,
|
|
'image' => $image,
|
|
])
|
|
@stop
|