@extends('layouts.app') @section('content') {{ __('Categories') }} @foreach($categories as $category) {{ $category->name }} @endforeach @if($flashSale1) {{ $flashSale1->title }} @foreach($flashSaleProducts as $product) @endforeach @endif {{ __('Featured Products') }} {{ __('New Arrival') }} {{ __('Best Selling') }} {{ __('Trending') }} @foreach($newArrivals as $product)@endforeach @foreach($bestSelling as $product)@endforeach @foreach($trending as $product)@endforeach @foreach($whyUs as $item) {{ __($item['title']) }} {{ __($item['desc']) }} @endforeach @endsection @push('scripts') @endpush
{{ $category->name }}
{{ __($item['desc']) }}