@include('landingpage.menu')

Edge

@if(username === 'virk') @endif
@section('jumbotron')

You can display jumbotron here

@endsection
@section('marketing') @debugger @each(rows in groupRows(marketingRows))
@each(row in rows)

{{ index($parent.$loop.index, $loop.index) }} {{ row.heading }}

{{ row.body }}

@endeach
@else

Nothing found

@endeach @endsection