@extends('frontend.layouts.master') @section('content') @include('frontend.layouts.navbar') @php use App\Models\slider; $slider = slider::where("slider",1)->orderBy('id','DESC')->get(); @endphp
@if(isset($slider)) @foreach($slider as $key => $s)
{{--

@if(config('app.locale') == 'en'){{$s->title}}@elseif(config('app.locale') == 'bn'){{$s->title_bn}}@endif

Shop NowExplore

--}}
@endforeach @endif

Welcome to {{$about->title_en}}

{!! $about->description !!}

Fast & Free Shipping

{!! $about->description !!}

Easy to Shop

{!! $about->description !!}

24/7 Support

{!! $about->description !!}

Hassle Free Returns

{!! $about->description !!}

@php @endphp @if($add_trend_product) @foreach($add_trend_product as $tnd) @php $total_product = DB::table('trend_product_infos')->where('trend_id',$tnd->trend_id)->where('cat_id',$tnd->cat_id)->get(); $trend_name = DB::table('trends')->where('id',$tnd->trend_id)->first(); @endphp @endforeach @endif

Our Brands

Our Clients

@endsection