@extends('layouts.app') @section('content')
{{ Form::open(['url' => 'search-results', 'method' => 'POST']) }}
@foreach($result['datalist_service_areas'] as $area) @endforeach
@foreach($result['datalist_subservices'] as $service) @endforeach
{{ Form::close() }}
  • {{ $jobsPosted }} Jobs Posted
  • {{ $clients }} clients
  • {{ $serviceProviders }} Service providers

Featured tradespeople and service providers

@foreach($result['subservices'] as $subservice) @endforeach

How It Works?

Whatever your services need, Quicker Easier Cheaper.com can connect
you to trustworthy service providers, any time of the day.

Something goes wrong

You’re at home or work and something goes wrong. Something you need to fix now, a service-related emergency.

You visit Quicker Easier Cheaper.com

At Quicker Easier Cheaper.com you can look for solutions to your problem in our resources centre, Speak to other members and service providers in the discussion boards and if you still need help…

More Information

Create a job card.

Select the category of your service needs upload photos, videos and voice notes Indicate your time frame and proximity

Service areas

@foreach($result['service_areas'] as $area) @endforeach

{{ $jobsPosted }}

Jobs Posted

{{ $clients }}

Clients

{{ $activeMembers }}

Active Members

{{ $satisfactionRate }}%

Satisfaction Rate
@endsection @section('scripts') @endsection