@extends('frontend.layouts.main') @section('content')
@foreach($ventures_list as $venture)

{{ $venture->top_header }}

...

{!! $venture->description !!}

@endforeach
@endsection