@extends('frontend_eng.layouts.app') @section('title', 'Events') @section('meta', 'Welcome to Om Hospital and Research Center PVt. Ltd.') @section('content')
@if($events->image) {{$events->title ? $events->title : ''}} @endif

{{$events->title ? $events->title : ''}}

{{$events->created_at->format('d M, Y')}}
{!! $events->content !!}
@if ($events->is_checked == 1 && $events->video_url) @else @if (pathinfo($events->image, PATHINFO_EXTENSION) == 'mp4' || pathinfo($events->image, PATHINFO_EXTENSION) == 'mov' || pathinfo($events->image, PATHINFO_EXTENSION) == 'ogg') {{-- @else {{$events->title ? $events->title : ''}} --}} @endif @endif
@endsection