| ID | Cliente | Fecha de Compra | Factura | Estatus | Actions Acciones |
|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->user->person->first_name. ' ' . $row->user->person->first_surname }} | {{ date('d/m/y h:i A', strtotime($row->created_at)) }} | {{ $row->invoice == 1 ? 'SI' : 'NO' }} | {{-- {{ $row->status->name }} --}} {{ $row->status->name }} |
Ver detalles
{{-- @if (auth()->user()->role_id == 3)
@if ($status_id == 12 || ($status_id >= 17 && $status_id <= 19))
@include('livewire.manager.partials.change-status')
@else
Sin Acciones @endif @else @include('livewire.manager.partials.change-status') @endif --}} |