@extends('v2.layout.apps') @section('content')

Salutica Financial Information

@php $currentYear = ""; $year= date("Y",strtotime("-1 year")); @endphp
@foreach($financials as $announcement) @if($currentYear != date("Y", strtotime($announcement->publish_date))) @php $currentYear = date("Y", strtotime($announcement->publish_date)); @endphp @if($currentYear ==$year)
@foreach($financials as $announcement) @if($currentYear ==date("Y", strtotime($announcement->publish_date)))
{{date("M j, Y",strtotime($announcement->publish_date))}}

{{$announcement->post}}

@endif @endforeach
@endif @if($currentYear !=$year)
@foreach($financials as $announcement) @if($currentYear ==date("Y", strtotime($announcement->publish_date)))
{{date("M j, Y",strtotime($announcement->publish_date))}}

{{$announcement->post}}

@endif @endforeach
@endif @endif @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