@extends('layouts.app3') @section('head-title') Covet Foundation Press Room @endsection @section('head-style') @endsection @section('content') @if(Auth::check())
{{strtoupper(Auth::user()->name) }} | LOGOUT
@endif

PRESS ROOM

@if(Auth::check()) @else {{--

Sign In or Join Now for Press Releases and HR Images

--}} @endif
@if(Auth::check()) @else {{--
@if(Auth::check()) @else @endif
--}} @endif

LATEST NEWS

@if(Auth::check()) @foreach ($news_items[0]->articles as $item) @if ($item->is_active == 1)

{{ $item->article_languages[0]->title }}

{{ $item->article_languages[0]->sub_title }}

{{ date('M Y', strtotime( $item->date )) }}

@endif @endforeach @else @foreach ($news_items[0]->articles as $item) @if ($item->is_active == 1)
{{-- @if(Auth::check()) --}} SEE MORE {{-- @else --}} {{-- @endif --}}

{{ $item->article_languages[0]->title }}

{{ $item->article_languages[0]->sub_title }}

{{ date('M Y', strtotime( $item->date )) }}

@endif @endforeach @endif
@if(Auth::check()) @else

SIGN IN

{{ csrf_field() }}

Forgot your password?

@endif @if(Auth::check()) @else
{{-- --}}
{{-- --}}
@endif

CONTACTS

{{--

PRESS OFFICE

--}}

For further information please reach us at

| PRESS@COVETFOUNDATION.COM

@endsection @section('foot') @endsection