No
Type
Date Time
@foreach ($abandonedCartLog as $a)
{{ $loop->index + 1 }}
@if($a->type == 1)
1 Hours
@elseif($a->type == 2)
2 Days
@elseif($a->type == 3)
4 Days
@endif
{{ date('m/d/Y h:i A',strtotime($a->updated_at)) }}
@endforeach