@foreach (App\Models\SubCategory::where('status', true)->inRandomOrder()->take(21)->get() as $category)
{{$category->name}}
@endforeach