@php $fonts = get_fonts(); @endphp Change Font @if (count($fonts)) @foreach ($fonts as $item) {{ $item->name }} @endforeach @endif