I want to calculate all numbers in one row from table and get the resulting in blade, how can ? i'm using Laravel 5.3? this my try:
{{ $posts = App\Post::where(['counts' => allOf()])->count() }}
and this:
{{ $posts = App\Post::orderBy('counts', '=', '*')->count() }}
but this not working