@extends('layout.front.app') @section('title', $EtmamNew->translation->title) @section('description', $EtmamNew->translation->description) @section('page_img', $EtmamNew->news_img) @section('content')

{{ $EtmamNew->translation->title }}

{{ $EtmamNew->translation->title }} {{ formatDate($EtmamNew->created_at) }}
{!! $EtmamNew->translation->content !!}
@if (!empty($EtmamNew->url))
{{__('front.watch_seminar')}} @endif


{{--
    @if (!empty($EtmamNew->translation->tags)) @php $tags = explode(',', $EtmamNew->translation->tags); @endphp @foreach ($tags as $tag)
  • {{$tag}}
  • @endforeach @endif
--}}
@include('front.events')

{{ __('front.the_most_recent') }}

@foreach ($latestNews as $latest) {{ formatDate($latest->created_at) }}

{{ $latest->translation->title }}


@endforeach

{{__('front.latest_seminars')}}

@foreach ($mostWatched as $most)

{{ $most->translation->title }}


@endforeach
@endsection @section('js') @endsection