@include('admin.controllers.header') @include('admin.controllers.upper-header') @include('admin.controllers.sidebar')

تصفيه

التاريخ من
@if ($errors->has('date_from')) {{ $errors->first('date_from') }} @endif
التاريخ إلى
@if ($errors->has('date_to')) {{ $errors->first('date_to') }} @endif
تصفيه عامة get('type') == 'search' ? 'checked' : '' }} name="type" style="margin-left: 20px;" value="search"> مدفوع الضريبه get('type') == 'tax_paid' ? 'checked' : '' }} name="type" style="margin-left: 20px;" value="tax_paid"> غير مدفوع الضريبه get('type') == 'not_tax_paid' ? 'checked' : '' }} value="not_tax_paid"> @if ($errors->has('type')) {{ $errors->first('type') }} @endif
@foreach($rows as $row) {{-- --}} @endforeach
رقم الطلب اسم المقدم رقم السجل اسم العاملة الحالة النوع المكتب المبلغ المبيع الربح الضريبه تعديل المصاريف ارفاق الحوالة عرض
{{$row->code}} {{$row->client_name}} {{$row->civil_registry}} @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 : "تم حذف المكتب"}} {{$row->totalPrice}} {{$row->profit}} {{$row->tax_paid == 'true' ? 'تم الدفع' : 'لم يتم الدفع'}}--}} {{-- --}} {{-- المصاريف المالية @if($row->transfer_money_status == 'true') تم التحويل @else ارفاق @endif
{{$rows->links()}}
@if(!isset($hidden_tax))
الضريبه التى لم تدفع : {{$tax_not_paid}}
صافى الربح : {{$orders_paid}}
@if(isset($check) == 'true' && count($rows) > 0) @endif
@endif @foreach($status as $key=>$value) @endforeach @section('script') @endsection @include('admin.controllers.footer')