@extends('back.layouts.master') @section('content')

فیلتر کردن

@if ($torobs->count())
@foreach ($torobs as $torob) @php $lowest_price = $torob->product->getLowestPrice(true); $percentageDifference = $torob->price ? percentageDifference($lowest_price, $torob->price) : 0; @endphp @endforeach
# محصول قیمت قیمت در ترب فروشگاه آخرین تغییر قیمت وضعیت ادغام عملیات
{{ $loop->iteration }} image {{ $torob->product->title }} @if (Route::has('front.products.show')) @endif {{ number_format($lowest_price) }} {{ $torob->price ? number_format($torob->price) : 'لینک ترب' }} {{ $torob->shop_name }} {{ $torob->last_price_change }} @if ($torob->is_merged)
ادغام شده
@else
ادغام نشده
@endif
@else

چیزی برای نمایش وجود ندارد!

@endif
{{ $torobs->links() }}
@endsection