@extends('website.layout.app') @section('title', __('Badar Expo Solutions')) @section('content')
@foreach ($events as $item)
Image_not_found

{{ \Illuminate\Support\Str::limit(@$item->name, 50, $end = '...') }}

{{ substr(strip_tags($item->description),0,250) }}

@endforeach
@foreach ($events as $item)
Image_not_found

{{ \Illuminate\Support\Str::limit(@$item->name, 40, $end = '...') }}

more details
@endforeach
@endsection