@extends('layouts.master') @section('styles') @endsection @section('content')

{{$title->featuretitle}}

{{$title->featuresub}}

@foreach ($feature as $box)
url_checkbox != null ? 'target=_blank' : '' ;}}>
@if ($box->image !== null) img @else img @endif

{{$box->title}}

{{$box->subtitle}}

@endforeach
@if ($call->callcheck == 'on')
@endif @if ($title->articlecheck == 'on')

{{$title->articletitle}}

{{$title->articlesub}}

@if ($article->isEmpty()) @else @endif @foreach ($categorys as $category) @if ($category->articles->isNotEmpty())

{{$category->name}} @if ($category->articles()->where('status', 'Published')->simplepaginate(5) > '5') @if($category->categoryslug != null) {{lang('View All')}} @else {{lang('View All')}} @endif @endif

@endif @endforeach
@endif @if ($title->testimonialcheck == 'on')

{{$title->testimonialtitle}}

{{$title->testimonialsub}}

@endif @if($title->faqcheck == 'on')

{{$title->faqtitle}}

{{$title->faqsub}}

@foreach ($faqcategorys as $faqcategory)
{{$faqcategory->faqcategoryname}}
@endforeach
@endif @endsection @section('scripts') @endsection