{{-- Template Name: Frontpage Template --}} @extends('layouts.app', ['no_sidebar' => true]) @section('content')
{{--
--}}
@include('partials.block-btn-browseall', [ 'p_class' => 'is-size-5 has-pdt-xs has-text-right-desktop has-text-centered has-text-warning is-stroke-light', 'a_class' => 'has-text-warning' ])
@foreach($top_merchants as $merchant) @php $tooltip = sprintf( __('View by category: %s', 'sage'), $merchant->name ) @endphp
@if($merchant->image_id) {!! wp_get_attachment_image( $merchant->image_id, 'detail', false, ['class' => ''] ) !!} @endif

{{ $merchant->name }}

@endforeach
{{--
--}}
@if ($latest_news && count($latest_news) >= 5)
{{--
@foreach ($latest_news as $news)

{{ $news->post_title }}

{!! wp_trim_words( $news->post_excerpt, 35 ) !!}

@endforeach
--}} @if ($menu_primary) @endif
@endif @endsection