@extends('site.layouts.site') @section('content')

{{$appearance->motto}}

{{$appearance->about_service}}

{{$serviceSummary['totalService']}}

{{translate('Total Services')}}

{{$serviceSummary['totalEmloyee']}}

{{translate('Expertise Staffs')}}

{{$serviceSummary['SatiffiedClient']}}

{{translate('Satisfied Clients')}}

{{$serviceSummary['DoneService']}}

{{translate('Done Services')}}

{{translate('Available Our Top and Popular Services')}}

{{translate('We calculate top services based on our client feedback and number of provided services.')}}

@foreach ($topService as $value)
@for($i=1;$i<=5;$i++) @if ($value->avgRating>=$i) @else @endif @endfor ({{$value->countRating}})

{{$value->title}}

{{$value->remarks}}

{{translate('Learn More')}}
@endforeach

{{translate('Recently Joined New Team Members Us')}}

{{translate('We are offering, you can take service from our new team member, hope they will provide to you best services.')}}

{{translate('Valuable Clients Testimonials')}}

{{translate('We got testimonials from our valued clients both online and offline and they are very much happy.')}}

@endsection