@php $highLightedCoins = App\Models\Currency::active() ->crypto() ->where('highlighted_coin', Status::YES) ->with('marketData') ->rankOrdering() ->take(4) ->get(); @endphp
@lang('No coin found')