@php $generalSetting = DB::table('general_settings')->first(); @endphp @extends('frontend.partials.master') @push('css') @endpush @section('content') @include('frontend.partials.slider') @if($feateuredCategories->count()) @endif
@foreach($products as $product) @php $product->is_new = 0; @endphp @include('frontend.partials.product_section') @endforeach

{{ $generalSetting->testimonial_title }}

{!! $generalSetting->testimonial_description !!}

@foreach($testimonials as $test)

{!! $test->video !!}

@endforeach
@endsection @push('js') @endpush