@extends('web.layouts.main') @section('content') @include('web.pages.components.headerNav') @CSRF {{__('web.products')}} ({{$count}}) {{__('web.product_name')}} {{__('web.product_code')}} {{__('web.quantity')}} {{__('web.note')}} {{__('web.cost')}} @foreach($carts as $key=>$row) {{$row->product->descriptions()->name}} {{$row->product->code}} {{$row->count}} {{$row->notes}} {{number_format($row->product->costCheck() * $row->count,2)}} {{__('web.sar')}} @endforeach {{__('web.cobon')}} {{__('web.check')}} {{__('web.delivery_type')}} : {{__('web.'.$delivery_type)}} {{__('web.location_select')}} : {{$address->city->descriptions()->name}} مشاهدة على الخريطة {{__('web.products_amount')}} {{number_format($total_products,2)}} {{__('web.sar')}} {{__('web.tax_amount')}} {{number_format($tax,2)}} {{__('web.sar')}} {{__('web.cobon_val')}} {{__('web.sar')}} {{__('web.pill_amount')}} {{number_format($total,2)}} {{__('web.sar')}} ا{{__('web.pay_finish')}}
{{$row->product->code}}
{{number_format($row->product->costCheck() * $row->count,2)}} {{__('web.sar')}}
{{__('web.products_amount')}}
{{__('web.tax_amount')}}
{{__('web.cobon_val')}}
{{__('web.pill_amount')}}