@extends('layouts.frontend') @section('content') {{-- ======================== Hero Sections Begins ======================== --}} @include('layouts.frontend-partial.slider') {{-- ======================== Hero Sections ends ======================== --}} {{-- ======================== Brand slider start ======================== --}} @if (!empty($brandInfo) && $brandInfo->isNotEmpty()) Trusted by Leading Companies @foreach ([1,2,3,4,5] as $row) {!! config('icons.star') !!} @endforeach 4.9 100+ Reviews @include('layouts.frontend-partial.brand-slider') @endif {{-- ======================== Brand slider ends ======================== --}} {{-- ======================== Service Sections Begins ======================== --}} @if (!empty($headerServiceList) && $headerServiceList->isNotEmpty()) What we do. How does it even work? Explore More @foreach ($headerServiceList as $service) @if (!empty($service->icon)) @endif {{ !empty($service->serviceCategory->name) ? $service->serviceCategory->name : '' }} {{ !empty($service->title) ? $service->title : '' }} @endforeach @endif {{-- ======================== Service Sections ends ======================== --}} {{-- ======================== CTA section start ======================== --}} Boost Your Website. Start Buy Backlink Today. Get Started Now {{-- ======================== CTA section end ======================== --}} {{-- ======================== Statistics section Begins ======================== --}} @include('layouts.frontend-partial.statistics') {{-- ======================== Statistics section ends ======================== --}} {{-- ======================== Why Choose Us Sections Begins ======================== --}} @include('layouts.frontend-partial.why-us') {{-- ======================== Why Choose Us Sections ends ======================== --}} {{-- ======================== Testimonial Sections Begins ======================== --}} @include('layouts.frontend-partial.testimonial') {{-- ======================== Testimonial Sections endss ======================== --}} {{-- ======================== Team section start ======================== --}} @php $teamInfo = $sectionData->where('section', 'team')->first(); $teamInfo = (!empty($teamInfo->content) ? json_decode($teamInfo->content) : ''); @endphp {{ !empty($teamInfo->subtitle) ? $teamInfo->subtitle : '' }} {!! !empty($teamInfo->title) ? $teamInfo->title : '' !!} See all Team @if (!empty($teams) && $teams->isNotEmpty()) @foreach ($teams as $key => $team) {{ !empty($team->name) ? $team->name : '' }} {{ !empty($team->designation) ? $team->designation : '' }} @endforeach @endif {{-- ======================== Team section end ======================== --}} {{-- ======================== FAQ Accordion section start ======================== --}} @include('layouts.frontend-partial.faq') {{-- ======================== FAQ Accordion section end ======================== --}} {{-- ======================== blog section begins ======================== --}} @php $blogInfo = $sectionData->where('section', 'blog')->first(); $blogInfo = (!empty($blogInfo->content) ? json_decode($blogInfo->content) : ''); @endphp {{ !empty($blogInfo->subtitle) ? $blogInfo->subtitle : '' }} {!! !empty($blogInfo->title) ? $blogInfo->title : '' !!} See All Blog Posts @if (!empty($recentBlog) && $recentBlog->isNotEmpty()) @foreach ($recentBlog as $blog) {{ $blog->title }} {{ !empty($blog->created) ? date('M d, Y', strtotime($blog->created)) : date('M d, Y')}} @endforeach @endif {{-- ======================== blog section ends ======================== --}} @endsection @push('headerPartial') @endpush @push('footerPartial') @endpush
What we do.
{{ !empty($teamInfo->subtitle) ? $teamInfo->subtitle : '' }}
{{ !empty($team->designation) ? $team->designation : '' }}
{{ !empty($blogInfo->subtitle) ? $blogInfo->subtitle : '' }}