@foreach($data as $order) @endforeach
CustomerID Customer Name Customer Number Customer Email Customer Device Type Printer Use Case Printer Problem Agent Name Status Comment - Remarks Subscription Duration Amount Customer Address Payment Method Assigned User Remote ID ID Password
{{ ($order->customer_id??'') }} {{ $order->name??'' }} {{ $order->phone??'' }} {{ $order->email??'' }} {{ $order->customer_device??0 }} {{ $order->printer_use_case??0 }} {{ $order->printer_problem??'' }} {{ $order->agent->name??'' }} {{ $order->type_status??'' }} {{ $order->comments??'' }} {{ $order->subscription_duration??'' }} {{ $order->amount??'' }} {{ $order->address??'' }} {{ $order->payment_method??'' }} {{ $order->assigneduser->name??'admin' }} {{ $order->remote_id??'' }} {{ $order->loginId??'' }} {{ $order->password??'' }}