@extends('client.rohini.layouts.app') @section('content') @include('client.rohini.pages.partials.breadcrumb')
    @foreach ($allTests as $class)
  • slug == $page->slug) class="active" @endif> {{ $class->title }}
  • @endforeach

Contact us

{{ $page->short_description }}

{!! $page->description !!}

@if(isset($children[0]))

{{ $children[0]->title }}

{{ $children[0]->short_description }}

    @foreach ($children[0]->custom as $feature)
  • {{ $feature['key'] }}

    {{ $feature['value'] }}

  • @endforeach
{!! $children[0]->description !!} @endif @if(isset($children[1]))

{{ $children[1]->title }}

@foreach ($children[1]->custom as $work)

{{ $work['key'] }}

{{ $work['value'] }}

@endforeach
@endif @if(isset($testFAQs))

Frequently asked questions

@foreach ($testFAQs->faqs as $faq)

Q{{ $loop->iteration }}.{{ $faq->title }}

{{ $faq->description }}

@endforeach
@endif
@include('client.rohini.pages.partials.newsletter') @endsection