Event Event {{-- Edit Form --}}
{{-- --}} {{-- --}} @foreach ($event as $even) {{-- --}} {{-- Str::limit( $item->title , 42 --}} {{-- --}} @endforeach
Sr.No TitleImageDescription Title in marathiDescription in marathiAction
{{$loop->iteration}} {{Str::limit($even->title,40)}}{{$even->image}}{{ Str::limit($even->description, 40) }} {{Str::limit($even->title_marathi,40)}}{{ Str::limit($even->description_marathi, 40, '...') }}
{{-- Add --}}