@if(\App\Models\Common::isDeIndexGlobally() == 0) @else @endif Ryans Computers | Best Computer Shop in Bangladesh with Best Price @include("new_design.common.href_lang") @include("new_design.common.gtag_head") @include("new_design.common.gtag_body") @include("new_design.common.fb_pixel") @include('new_design.top-menu') @include('new_design.mid-menu') @include('new_design.cart_sidebar') @include('new_design.nav_menu')
{{--

Glossary

--}}
{{--

Popular Searches

--}}
@foreach($glossaries as $letter => $recordsByLetter)

{{ $letter == '#' ? '0-9' : $letter }} =====


@foreach($recordsByLetter as $record) @endforeach
@endforeach
@for($i = 0 ; $i < $totalCol; $i++) @php($start = ($i > 0) ? ($i*$oneRow) + 1 : $i) @php($end = $i ==0 ? $oneRow: (($i +1 ) *$oneRow))
@for($j=$start; $j< $end; $j++) @if(is_array($allRows[$j]) == false)

{{ $allRows[$j] }}


@else {{-- Alphabetical Heading except first column --}} @if ($start > 0 && ($start == $j) && isset($allRows[$j]['name']) )

{{ substr($allRows[$j]['name'], 0, 1) }}


@endif @php($slug = isset($allRows[$j]['slug']) ? $allRows[$j]['slug'] : '') @php($name = isset($allRows[$j]['name']) ? $allRows[$j]['name'] : '') @php($thumbnail = isset($allRows[$j]['thumbnail']) ? $allRows[$j]['thumbnail'] : '') @endif @endfor
@endfor
@include('new_design.footer') {{-- --}}