我正在尝试对从控制器返回的值实现条件运算符以创建一些自定义视图。
前刀片
@if({{count($users)}} <= 5) <!-- if total number of rows in users table is less than or equal to 5 -->
<h3> total number of rows less than or equal to 5 </h3>
@endif
控制器
$users = User::all();
return view('front', [ 'users'=>$users]);
错误是
语法错误,意外'<'(查看:\resources\views\front.blade.php)
尝试了将条件放在 {{ }} 内或引用运算符或常量值的所有排列组合5错误仍然相同。我是 Laravel 新手,这可能是 Laravel 或 php 的一个根本错误。
有只小跳蛙
富国沪深
www说
慕沐林林