@extends('frontend.layouts.main') @section('content') My Initiative Home My Initiative @foreach ($ventures_list as $venture) {{$venture->title}} {{ substr(strip_tags($venture->description), 0, 200) }}{{ strlen(strip_tags($venture->description)) > 200 ? '...' : '' }} Read more Visit @endforeach {{$ventures_list->links('pagination::bootstrap-4')}} @endsection @push('scripts') @endpush
{{ substr(strip_tags($venture->description), 0, 200) }}{{ strlen(strip_tags($venture->description)) > 200 ? '...' : '' }} Read more