samedi 21 mars 2020

Laravel Greater than or equal in views

I passed a variable to view and I want to make an if condition for this value with greater than or equal

example

@if($var >= 3)
do something...
@endif

when I do this I got this error

Object of class Illuminate\Database\Eloquent\Collection could not be converted to int

I search a lot about this but I didn't get any answers



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire