@if ($expectations->count() > 0)

The Tech Capital

What to expect

@foreach($expectations as $expectation)

{{ $loop->index + 1 }}

{{$expectation->title}}

{!! nl2p($expectation->text) !!}
@endforeach
@endif