id Servicio Cantidad Estado Fecha @foreach ($consulta as $item) {{-- --}} {{ $item->id ?? '' }} {{ $item->servicio->nombre ?? '' }} {{ $item->cantidad ?? '' }} {{ $item->estado ?? '' }} {{ carbon\Carbon::parse($item->created_at)->format('d M Y') ?? '' }} {{--
@if (auth()->user()->rol->nombre != 'editor') @endif
@if (!empty($item->observaciones))
@else
@endif --}} @endforeach
{{ $consulta->links() }}