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

{{translate('Available Our Services')}}

{{translate('All available services of our all branches you can choose any service based on your need.')}}

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

{{$value->title}}

{{$value->remarks}}

  • {{translate('Total Service Time')}} {{$value->time_slot_in_time}} minute
  • {{translate('Service Limit')}} {{$value->appoinntment_limit_type}} {{$value->appoinntment_limit}}
  • {{translate('Price per service')}} {{$value->price}}
  • {{$value->visibility}} {{translate('Book Now')}}
@endforeach
@endsection