@extends($active_theme) @section('title') {{ $service->name }} {{ $service->seo_title }} @endsection @section('meta') @endsection @section('frontend-content')
service setails

{{ $service->name }}

{!! clean($service->details) !!}
@if (count($what_you_will_get) > 0)

{{__('user.What you will get')}}:

    @foreach ($what_you_will_get as $get_item)
  • {{ $get_item }}
  • @endforeach
@endif @if (count($benifits) > 0)

{{__('user.Benifits of the Package')}}:

    @foreach ($benifits as $benifit)
  • {{ $benifit }}
  • @endforeach
@endif

{{__('user.Service Availability')}}

    @foreach ($schedule_list as $schedule)
  • {{ $schedule['day'] }} {{ $schedule['start_time'] }} - {{ $schedule['end_time'] }}
  • @endforeach
@foreach ($reviews as $review)
review

{{ $review->user->name }} @for ($i = 1; $i <= 5; $i++) @if ($i <= $review->rating) @else @endif @endfor

{{ $review->created_at->format('d M Y') }}

{{ html_decode($review->review) }}

@endforeach {{ $reviews->links('custom_pagination') }}
@csrf

{{__('user.Write Your Reviews')}}

{{__('user.Rating')}} : (5.0)

{{__('user.Comment')}}*
@if($recaptchaSetting->status==1)
@endif
@auth @else @endauth
@if ($related_services->count() > 0)
@endif @endsection