@extends('layout.base') @section('page-title', __('robot.Search') . ': ' . $keyword) @section('page-js-script') @endsection @section('container') @empty($keyword)

請輸入關鍵字

@endempty @if (!empty($keyword))
@isset($cate_opt)
@endisset
{{ __('basic.Price') }}
'{{ $keyword }}'搜尋結果
@foreach ($stocklist as $k => $v) @if (!empty($v['preferential_price'])) @else @endif @endforeach
@include('partial._pagination', $paginate)
@endif @endsection