@include('dashboard.layouts.head')
@include('dashboard.layouts.header') @include('dashboard.layouts.modal-theme') @include('dashboard.layouts.nav')
{{--
--}}
@if (!empty($ordenes)) @foreach ($ordenes as $item) @endforeach @else @endif
Date SO Due date Customer Contact Total Approved Balance Paid Status Packaging type
{{ $item['fecha_generado'] }} @if (session('tip_usr') == 1) {{ $item['folio'] }} @elseif (session('tip_usr') == 3) {{ $item['folio'] }} @endif {{ $item['fecha_vencimiento'] }} {{ $item['user_nombre'] }} {{ $item['contacto'] }} {{ $item['total'] }} {{ $item['aprobado_name'] }} {{ $item['saldo'] }} {{ $item['pagado_status'] }} {{ $item['estado'] }} {{ $item['tipo_embalaje'] }}
{{ $mensaje }}
@include('dashboard.layouts.footer')
@include('dashboard.layouts.scripts')