@extends('site.layouts.site') @section('content') {{translate('About Us')}} {{translate('Home')}} {{translate('About Us')}} @foreach ($aboutUs as $value) {{translate('24/7 ABOUT US')}} {{$value->title}} {{$value->details}} {{translate('24/7 Hours online booking')}} {{translate('Expertise staffs')}} {{translate('On time service delivery')}} {{translate('Top quality services')}} {{translate('See our services')}} {{translate('Contact with us')}} @endforeach {{translate('OUR SPECIALIST')}} {{translate('Meet Our Specialist')}} @foreach ($expertiseEmployee as $value) {{$value->full_name}} {{$value->specialist}} @endforeach {{translate('OUR CLIENTS')}} {{translate('Valuable Clients Comments')}} @foreach ($clientTestimonial as $value) {{$value->description}} {{$value->name}} @endforeach @endsection
{{translate('24/7 ABOUT US')}}
{{$value->details}}
{{translate('OUR SPECIALIST')}}
{{$value->specialist}}
{{translate('OUR CLIENTS')}}
{{$value->description}}