@extends('layouts.app') @section('content')
Select category to view prices.
{{-- --}}
@foreach ($provider_svcs as $svc) @endforeach {{-- We are setting the value through the filterTables function set to the selected provider svc id so we can get the relevant service options --}}

{{--
@include('partials.pricingcalculator', ['currency' => $currency])
--}}
@include('partials.pricingcalculator', ['currency' => $currency])

@foreach ($page_specials as $special)

{{ $special->page_content_name}}

{{--
--}}

{{ strip_tags($special->page_content_description) }}

@endforeach
@stop @push('footer_js') @endpush