@extends('layouts.main_page_website') @section('content') Events Events National Events {{ \Illuminate\Support\Str::limit($event->title, 50, $end='...') }} {!! \Illuminate\Support\Str::limit($event->content, 50, $end='...') !!} @endsection
{!! \Illuminate\Support\Str::limit($event->content, 50, $end='...') !!}