lundi 2 mai 2016

Laravel Blade Template

I have a blade template which I extend and pass a page title.. The page title I store in my database.

when passing the page title variable to the layout I get the following:

name); ?>

when I should get

Art

See my blade template

<h1>@yield('title')</h1>

See my extended blade layout

@extends('templates.front')

@section('title', '')

can anybody see what I am doing wrong?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire