@extends('layout.master') @section('meta') @include('layout.partials.seo', [ 'title' => nova_get_setting_translate('page_all_categories_site_title'), 'description' => nova_get_setting_translate('page_all_categories_site_description'), 'keywords' => nova_get_setting_translate('page_all_categories_site_keywords'), 'image' => Storage::url(nova_get_setting('page_all_categories_banner')) ?? Storage::url(nova_get_setting('logo')), 'schema' => nova_get_setting('page_all_categories_schema') ]) @endsection @section('content') {{ JSONByLocale($settings['page_all_categories_title_first'] ?? '') }} {{__('general.home')}} {{__('general.page_categories')}} {{JSONByLocale(strip_tags($settings['page_all_categories_title_second'] ?? '')) }} {!!JSONByLocale(strip_tags($settings['page_all_categories_description'] ?? '')) !!} @foreach($subCategories as $subcategory) {{$subcategory->name}} @if(!empty($subcategory->tour->rating) && $subcategory->tour->rating > 0) {{$subcategory->tour->rating}}/5 {{ __('general.excellent') }} @endif @if(!empty($tour->price_start_from) && $tour->price_start_from > 0) {{ CurrencyHelper::display($tour->price_start_from) }} {{__('tour.from')}} @endif @endforeach {{ $subCategories->appends(request()->query())->links() }} {{-- --}} @include('layout.partials.reviews') @include('layout.partials.faqs') @include('layout.partials.partner') {{-- --}} @endsection
{!!JSONByLocale(strip_tags($settings['page_all_categories_description'] ?? '')) !!}
@if(!empty($subcategory->tour->rating) && $subcategory->tour->rating > 0) {{$subcategory->tour->rating}}/5 {{ __('general.excellent') }} @endif