@extends("website.layouts.layout") @section('title', "Home Page") @section("body") Home Book service Book Services{!! $SiteSettings->web_title ?? '' !!} Search {!! $SiteSettings->web_title_our_service ?? '' !!} {!! $SiteSettings->web_tagline_our_service ?? '' !!} @if($groups->isNotEmpty()) @foreach($groups as $category) {{$category['Group_name']}} @endforeach @foreach($subCategories as $sub) {{$sub['Category']}} @endforeach {{$groups[0]['Group_name'] ?? ''}} {{$groups[0]['description']}} @else No categories found. @endif @include("website.popularServiceProvider") @include("website.popularProjects") Steps to accomplish your project Lorem Ipsum is simply dummy text of the printing and typesetting industry. @foreach ($accomplishStep as $step) {{ $step->step }} {!! $step->heading !!} {!! $step->tagline !!} @endforeach @include("website.customerOpinion") @include("website.otherService") @endsection @section("footerItems") @endsection
{!! $SiteSettings->web_tagline_our_service ?? '' !!}
{{$category['Group_name']}}
{{$groups[0]['description']}}
No categories found.
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
{!! $step->tagline !!}