php - Dynamic page title for laravel -


how can post title's page title?

@section('title', '| {{ $post->title }}') 

this return php code in page title!

thanks.

remove single quotes value rendering outputting string:

@section('title', $post->title) 

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -