Support the ongoing development of Laravel.io →
Database Blade
Last updated 1 year ago.
0

pass $myTitle to blade as a variable in your controller from the column in the database.

In your layouts/app.blade.php <title>@yield('page_title', 'Default Page Title')</title>

in your other blade files


@isset($myTitle )

   @section('page_title', 'A string if needed ' . $myTitle . '')

@endisset

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Kha khatrn Joined 4 Nov 2018

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.