@extends('v2.layout.apps') @section('header') Announcements - Salutica Berhad @endsection @section('content')
Salutica Announcements
@php $currentYear = ""; @endphp @foreach($announcements as $announcement) @if($currentYear != date("Y", strtotime($announcement->publish_date))) @php $currentYear = date("Y", strtotime($announcement->publish_date)); @endphp

{{$currentYear}}

@endif
{{date("M j, Y",strtotime($announcement->publish_date))}}

{{$announcement->post}}

@endforeach
ir-relationship
IR Contact

For inquiries relating to stock, company's information and business update, you can contact us at :

Michelle Chan, Chief Finance Officer

Tel: +605 320 6800
Email: invest@salutica.com.my

@endsection