@extends('front.include.app') @section('content')

{{ $pageData['PagesSection']['contact_us_top_title'] ?? '' }}

{{ $pageData['PagesSection']['contact_us_heading'] ?? '' }}
{{ $pageData['PagesSection']['contact_us_sub_heading'] ?? '' }}

@csrf

Customer reviews

Trusted by over 400,000 individual and corporate customers. all reviews

@forelse($get_web_review as $web_review)

{!! $web_review->description ? : '' !!}

{{$web_review->customer_name ? : ''}} {{$web_review->created_at->diffForHumans() ? : ''}}
@empty

We Reviews Data Not Available

@endforelse
@endsection