@extends('site.layout.master') @section('content')
تفاصيل المنتجات المجانية
@if(count($rows) > 0)
@foreach($rows as $row) @endforeach
المنتج متاح ام لا السعر الكمية الإجمالى
{{$row->title}}
@if($row->count >= $row->pivot->count)
متاح
@else
غير متاح
@endif
{{$row->price}}
{{$row->pivot->total_points . ' نقطة'}}
إجمالى السلة
  • إجمالي المنتجات

    {{$total_points_products . ' نقطة'}}

  • {{--
  • --}} {{-- الضريبة--}} {{--

    {{$tax . ' ريال'}}

    --}} {{--
  • --}} {{--
  • --}} {{-- الإجمالى--}} {{--

    {{$total_price_products_tax . ' ريال'}}

    --}} {{--
  • --}}
@else
سلة المنتجات فارغة
@endif
@endsection @section('script') @endsection