@extends('layouts.app') @section('seo') Our Current Bestsellers @stop @section('content')

Home - Our Current Bestsellers

@include('categories.__left')

Our Current Bestsellers

@foreach($products as $val)
{{ $val->jianjie1 }} for {{ $val->jianjie2 }}
{{ currency($val->pprice_us) }}{{ currency($val->pprice_us,true) }}
@endforeach
@foreach($products as $val)
{{ $val->jianjie1 }} for {{ $val->jianjie2 }}
SKU:{{ $val->pcode }}
@if($val->category=='battery') Cell Type:{{ $val->type }}
Capacity:{{ $val->dl }}
Voltage:{{ $val->dy }}
@else @if($val->bzq!=''&&$val->bzq!=1)Power:{{ $val->bzq }}
@endif AC Input:{{ $val->dl }}
DC Output:{{ $val->dy }}
@endif Compatible:{{ $val->jianjie1 }}
Warranty:Full 12 Months Warranty and 30 Days Money Back
{{ currency($val->pprice_us) }}{{ currency($val->pprice_us,true) }}
Add To Cart
@endforeach
{{ $products->links('vendor.pagination.original') }}
@stop