@extends('includes.layout') @section('content')
Clear Filters
Filter
@foreach ($services as $service) @if (strtolower($service->name) !== 'other') @endif @endforeach
Gender
Rating
Price Range
-
Discount
@include('paginationajax')
@php $iteration = 0; @endphp @foreach ($saloonvideos as $key=> $saloonvideo)
{{ucwords($saloonvideo->user->name)}}

{{$saloonvideo->user->address}} , {{$saloonvideo->user->city}}

@php $iteration++; if ($iteration == 4) break; @endphp @endforeach
@endsection