@php $generalSetting = DB::table('general_settings')->first(); @endphp @extends('frontend.partials.master') @push('css') @endpush @section('content') @include('frontend.partials.slider') @if($feateuredCategories->count()) @forelse($feateuredCategories as $key => $item) {{ $item->name }} @empty @endforelse @endif @foreach($products as $product) @php $product->is_new = 0; @endphp @include('frontend.partials.product_section') @endforeach More Product chevron_right {{ $generalSetting->testimonial_title }} {!! $generalSetting->testimonial_description !!} @foreach($testimonials as $test) {!! $test->video !!} {{ $test->title }} {{ $test->designation }} @endforeach @endsection @push('js') @endpush
{{ $item->name }}
{!! $generalSetting->testimonial_description !!}
{!! $test->video !!}