@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl_style') @section('content')
| {{ __('Title') }} | {{ __('Start Date') }} | {{ __('End Date') }} | {{ __('Status') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|
| {{ strlen($event->title) > 100 ? mb_substr($event->title, 0, 100, 'utf-8') . '...' : $event->title }} | {{ $event->start_date_time->format('d/m/Y h:i A') }} | {{ $event->end_date_time->format('d/m/Y h:i A') }} |
|