@foreach($rows as $row) @endforeach
رقم الطلب اسم مقدم الطلب رقم السجل المدنى رقم التأشيرة اسم العاملة الحالة النوع المكتب المبلغ المبيع الضريبة مستحق المكتب الاجنبي صافي الربح عرض الطلب
{{$row->code}} {{$row->client_name}} {{$row->civil_registry}} {{$row->visa_number}} @if($row->cv_id) {{ $row->cv->name}} @elseif($row->order_worker) {{$row->order_worker->name}} @else تم حذف بيانات العاملة @endif {{$status[$row->status]}} {{order_type($row->type)}} {{$row->office ? $row->office->name : 'office deleted'}} {{$row->totalPrice}} {{$row->tax}} {{$row->foreign_money}} {{$row->profit}}
{{$rows->links()}}
@section('script') @endsection