@extends('frontend.layout.master') @section('title', __('frontend::static.about_us.about_us')) @section('breadcrumb') @endsection @use('app\Helpers\Helpers') @section('content') @if ($themeOptions['about_us']['status'])
electrician painter

{{ $themeOptions['about_us']['title'] }}

{{ $themeOptions['about_us']['description'] }}

  • {{ $themeOptions['about_us']['sub_title1'] }}

    {{ $themeOptions['about_us']['description1'] }}

  • {{ $themeOptions['about_us']['sub_title2'] }}

    {{ $themeOptions['about_us']['description2'] }}

  • {{ $themeOptions['about_us']['sub_title3'] }}

    {{ $themeOptions['about_us']['description3'] }}

  • {{ $themeOptions['about_us']['sub_title4'] }}

    {{ $themeOptions['about_us']['description4'] }}

  • {{ $themeOptions['about_us']['sub_title5'] }}

    {{ $themeOptions['about_us']['description5'] }}

@endif @if ($themeOptions['about_us']['banner_status'])
@isset($themeOptions['about_us']['banners'])
@forelse ($themeOptions['about_us']['banners'] as $banner)

{{ $banner['count'] }}

{{ $banner['title'] }}

@empty

{{ __('frontend::static.about_us.banners_not_found') }}

@endforelse
@endisset
@endif @if ($themeOptions['about_us']['provider_status'])

{{ $themeOptions['about_us']['provider_title'] }}

View all
@php $providers = Helpers::getTopProvidersByRatings(); @endphp @forelse ($providers as $provider)
{{ $provider?->name }}

{{ $provider?->name }}

star {{ $provider?->review_ratings }}
{{ $provider?->primary_address?->state?->name }} - {{ $provider?->primary_address?->country?->name }}

{{ $provider?->primary_address?->address }}, {{ $provider?->primary_address?->postal_code }}

@empty

{{ __('frontend::static.about_us.providers_not_found') }}

@endforelse
@endif @if ($themeOptions['about_us']['testimonial_status'])

{{ $themeOptions['about_us']['testimonial_title'] }}

@php $testimonials = Helpers::getTestimonials(); @endphp @forelse ($testimonials as $testimonial)
feature quote {{-- quote --}}

{{ $testimonial?->name }}

star {{ $testimonial?->rating }}

{{ $testimonial?->description }}

@empty

{{ __('frontend::static.about_us.testimonials_not_found') }}

@endforelse
@endif @endsection @push('js') @endpush