@extends('layout.app') @section('content') @php if (!empty($about_us->content)) { $aboutUsdecodedData = json_decode($about_us->content, true); } if (!empty($home->content)) { $homedecodedData = json_decode($home->content, true); } @endphp {{--
--}} {{-- --}} {{--
--}}
Loading...

{{$aboutUsdecodedData['title'] ?? ''}}

{{$aboutUsdecodedData['heading'] ?? ''}}

{{$aboutUsdecodedData['sub_heading'] ?? ''}}

{!! $aboutUsdecodedData['description'] ?? '' !!}

Read More

Essential Categories

@forelse($essentials as $essential) @empty

Essentials data no found

@endforelse
View All Categories
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--

Login

--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--

Quick Sign Up

--}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

TESTIMONIALS

Our Members Reviews

@foreach($testimonials as $key => $testimonial)

{{$testimonial->heading}}

{{$testimonial->sub_heading}}
@endforeach
@foreach($testimonials as $key => $tabs)

{!! $tabs->description !!}

@endforeach
@endsection