@extends('v1.enduser.layouts.default') @section('content')

{{ $newsEvent['title'] }}

@if($newsEvent['type']==2)
location_on{{ $newsEvent['location'] }}
date_range{{ $newsEvent['date'] }}
access_time{{ $newsEvent['time'] }}
@endif {!! $newsEvent['content'] !!}
@endsection