@extends('master.front') @section('meta') @endsection @section('content') @php function renderStarRating($rating, $maxRating = 5) { $fullStar = ""; $halfStar = ""; $emptyStar = ""; $rating = $rating <= $maxRating ? $rating : $maxRating; $fullStarCount = (int) $rating; $halfStarCount = ceil($rating) - $fullStarCount; $emptyStarCount = $maxRating - $fullStarCount - $halfStarCount; $html = str_repeat($fullStar, $fullStarCount); $html .= str_repeat($halfStar, $halfStarCount); $html .= str_repeat($emptyStar, $emptyStarCount); $html = $html; return $html; } @endphp
@if ($extra_settings->is_t4_slider == 1) @foreach ($sliders as $slider)
Shop Now
@endforeach @endif
@if ($extra_settings->is_t4_slider == 1) @endif

CURATED EXCLUSIVELY FOR YOU

New Arrivals

VIEW ALL
{{--

Bandhani Sarees

--}}

Special Campaigns

VIEW ALL
@if ($extra_settings->is_t4_3_column_banner_first == 1)

{{$banner_first['title1']}}

{{$banner_first['subtitle1']}}

VIEW ALL
@endif @if ($extra_settings->is_t4_popular_category == 1) @if (count($pupular_cateogry_home4)>0)
@foreach ($pupular_cateogry_home4 as $popularcategory)
slug }}>

{{$popularcategory->name}}

@endforeach
@endif @endif

Stay Updated With Trend

@foreach ($posts as $post) @endforeach
@endsection @section('script') @endsection