| {{ ($redeemPoints->currentPage() - 1) * $redeemPoints->perPage() + $key + 1 }}
|
{{ @$redeemPoint->order_no }} |
{{ @$redeemPoint->date }} |
{{ @$redeemPoint->branch->companyProfile->company_name }} |
@foreach ($redeemPoint->services as $service)
{{ $locale == App\Helpers\ConstantHelper::ARABIC ? $service->name_ar : $service->name_en }}
@unless ($loop->last)
@endunless
@endforeach
|
{{ $redeemPoint->redeem_points }} |
@empty