@extends('themes.frontend.layouts.app') @if (isset($dataArr['meta_title'])) @section('page-title'){{ $dataArr['meta_title'] }}@stop @else @section('page-title'){{ $dataArr['title'] }}@stop @endif @if (isset($dataArr['meta_key'])) @section('meta-keywords'){{ $dataArr['meta_key'] }}@stop @endif @if (isset($dataArr['meta_descp'])) @section('meta-description'){{ $dataArr['meta_descp'] }}@stop @endif @if (isset($dataArr['image_path'])) @section('meta-image'){{ $dataArr['image_path'] }}@stop @endif @if ($dataArr['full_url']) @section('cur-url'){{ $dataArr['full_url'] }}@stop @endif @push('styles') @if(isset($dataArr['custom_fields']['textarea_4']) && $dataArr['custom_fields']['textarea_4'] && $dataArr['custom_fields']['textarea_4']['value']) @endif @endpush @section('content') @include('themes.frontend.includes.breadcrumb',['titleClass'=>'text-white'])
Explore Our Main Service
@if($dataArr['children'] && count($dataArr['children'])>0) @php $fadeinArr = ['fadeInRight','fadeInUp','fadeInLeft','fadeInDown']; @endphp @foreach($dataArr['children'] as $childPage) @php $childPage = (object) $childPage; $cfValue = App\Models\Page::getPageCfValue(['page_id'=>$childPage->page_id,'template_id'=>$childPage->template_id,'class_id'=>$class_id]); @endphp
@if(!empty($cfValue['custom_fields']['image_7']['value'])) {!!  $childPage->title !!} @else @if (isset($optsDbArr['media_folder']) && isset($optsDbArr['logo'])) {!!  $childPage->title !!} @endif @endif
@if(!empty($cfValue['custom_fields']['image_8']['value'])) {!!  $childPage->title !!} @else @if (isset($optsDbArr['media_folder']) && isset($optsDbArr['logo'])) {!!  $childPage->title !!} @endif @endif
{!! $childPage->title !!}

@if(!empty($cfValue['custom_fields']['textarea_9']['value'])) {!! $cfValue['custom_fields']['textarea_9']['value'] !!} @endif

@endforeach @else
No record is found
@endif
@stop