@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')

Available Payment Method

Cash

We accept cash
transactions on purchases
from any outlets


Cheque or Pay Order

Bank Cheque or Pay Order is
accepted only after it is honored
and fully deposited to
Ryans Computers Limited account

Voucher

City Bank Voucher carrying
values as follows - Tk 1000,
1500, 2000, 3000, 3500, 5000
& 7000 are acceptable

@foreach ($paymentMethods as $category) {{--
 
{{$category->name}}
--}}
  {{$category->name}}
@if($category->name == "Direct Banking")
@foreach ($category->contents as $content)

{{$content->name}}

{!!$content->content!!}
@endforeach
@else
@foreach ($category->contents as $content)

{{$content->name}}

@if($content->payment_method_category_id == 2)

{{$content->mobile}}

@endif @if($content->payment_method_category_id == 4)

{{$content->emi_text}}

@endif
@endforeach
@endif @endforeach
@include('new_design.footer') {{-- --}}