@extends('layouts.frontend.master') @section('title') {{ !empty($menu['menu']) ? $menu['transtitle'] : '' }} @endsection @section('keyword') {{ !empty($menu['keyword']) ? $menu['transkeyword'] : '' }} @endsection @section('description') {{ !empty($menu['description']) ? $menu['transdescription'] : '' }} @endsection @section('head') @endsection @section('content') Events Home Events @if (count($events) > 0) @foreach ($events as $event) {{ $event->transtitle }} {!! Str::limit(strip_tags($event->transcontent), 150) !!} {{$event->place}} {!! date('d M Y', strtotime($event->event_time)) !!} {{$event->type == 1 ? 'Online' : 'Offline'}} {{-- Yasamal 25 October 2020 Offline --}} @endforeach @endif @endsection @section('scripts') @endsection
{!! Str::limit(strip_tags($event->transcontent), 150) !!}
{{$event->place}}
{!! date('d M Y', strtotime($event->event_time)) !!} {{$event->type == 1 ? 'Online' : 'Offline'}}
Yasamal
25 October 2020 Offline