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