@extends('layouts.main_page_website') @section('content')
team

{{ \Illuminate\Support\Str::limit($event->title, 50, $end='...') }}

{!! \Illuminate\Support\Str::limit($event->content, 50, $end='...') !!}

@endsection