Support the ongoing development of Laravel.io →
posted 7 years ago
Views
Last updated 1 year ago.
0

Fixed!

I had to add [0] at my {{ $name }}, so the solution is {{ $name[0] }}

Last updated 7 years ago.
0
Solution

Instead of using pluck since you only need a single 'value' you can use the value method.

$value = DB::table(...)->where(...)->value('field');
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Eductiveo eductiveo Joined 17 Dec 2016

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.