@extends('Layout') @section('Content')
| الصف | نوع العملية | عدد السيارات | تاريخ العقد | البائع | المشتري | قيمة العقد | النتيجة |
|---|---|---|---|---|---|---|---|
| {{$TestResult['row_id']}} | {{$TestResult['type_agd_string']}} | {{$TestResult['count_cars']}} | {{$TestResult['date_agd']}} | {{$TestResult['seller_name']}} | {{$TestResult['full_name']}} - @if($TestResult['customer_status']== 1) موجود مسبقاً @else عميل جديد @endif |
{{$TestResult['total_price']}} |
@if(in_array('0',$Data['ResutlTestRow'][$TestResult['row_id']])) @else @endif |