@extends(view_path('master')) @section('additional_head_tags') @endsection @section('top-panel')
@if(auth_is_admin() && !config('app.top_cover')) {{ __('Refresh') }} @endif
{{ __(config('app.title')) }}
@endsection @section('body') @if($newest_products->count())
{{ __('Latest products') }}
@cards('axies-card', $newest_products, 'item')
@endif @if($trending_products->count()) @endif @if($featured_products->count()) @endif @if($free_products->count())
{{ __('Free products') }}
@cards('axies-card', $free_products, 'item')
@endif @if(config('app.blog.enabled')) @if($posts->count()) @endif @endif @endsection