@foreach ($PS as $P) @endforeach
Paquete Cantidad de timbres Inicio Final
{{$P->paquete}} {{number_format($P->cant_timbres,0,'.',',')}} {{ucfirst( Date::parse( $P->fecha_asignado )->format('l j F Y') )}} @if ($P->fecha_final == "0000-00-00 00:00:00" || $P->fecha_final == null) No disponible @else {{ucfirst( Date::parse( $P->fecha_final )->format('l j F Y') )}} @endif