@if ($dataTable->count() == 0)
No hay informacion
@else
@if($isAdmin) @endif @foreach ($dataTable as $order) @if($isAdmin) @endif @endforeach
# Nro. Orden Estado Fecha Alta Cliente Vendedor Total ##
#{{ $order->id_order }}
{{ $order->fecha_creada }}
{{ $order->clientName }}
{{ $order->userName }}
{{ $order->total }}
@endif