@extends('themes.basic.layouts.app') @section('title', m_trans(config('settings.seo.title'))) @section('content')

{{ d_trans('Rate and Find Trusted Businesses') }}

{{ d_trans('Rate and review businesses based on your experiences, and explore trusted businesses to make informed decisions') }}

@foreach ($homeSections as $key => $homeSection) @php $alias = $homeSection->isPermanent() ? str($homeSection->alias)->replace('_', '-') : 'category'; @endphp @include("themes.basic.sections.{$alias}", ['homeSection' => $homeSection]) @if ($key == 0) @elseif ($key == 3) @endif @endforeach @push('styles_libs') @endpush @push('scripts_libs') @endpush @endsection