Answers for "calculate count with 1 and 0 laravel"

PHP
5

get count laravel

$count = Model::where('status','=','1')->count();
Posted by: Guest on May-12-2020
1

{{count laravel

{{ $threads->count() }}
Posted by: Guest on October-23-2020

Code answers related to "calculate count with 1 and 0 laravel"

Browse Popular Code Answers by Language