Cargando ...
@include('partials.input-error', ['input' => 'status_selected'])
@foreach ($orderes as $row) @endforeach
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->selectedStatus($row->status_id)['svg'] !!} --}} {{ $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 --}}
{{ $orderes->links() }}