@extends('frontend.layouts.main') @section('content')

My Initiative

@foreach ($ventures_list as $venture)
...

{{ substr(strip_tags($venture->description), 0, 200) }}{{ strlen(strip_tags($venture->description)) > 200 ? '...' : '' }} Read more


@endforeach
{{$ventures_list->links('pagination::bootstrap-4')}}
@endsection @push('scripts') @endpush