@extends('web.layouts.app') @section('title','مشترياتي') @section('content')

قائمة مشتراياتي

@foreach($orders as $order)

طلب رقم # {{$order->code}} {{-- (تم الاستلام)--}}

من {{$order->company->company_name}}

شركة

عدد المنتجات

إجمالي المبلغ

{{$order->company->company_name}}


Fatal error: Uncaught Error: Call to undefined function getCompanyRate() in /home/alkhalaffamily/public_html/trial_benaee/resources/views/web/cart/my_wallet.blade.php:89 Stack trace: #0 {main} thrown in /home/alkhalaffamily/public_html/trial_benaee/resources/views/web/cart/my_wallet.blade.php on line 89