Logo

{{ __('messages.footer.title') }}


© Copyright {{ date('Y') }} EMPCLINICS

@php $date = now()->format('Y-m-d'); $seed = crc32($date); mt_srand($seed); $hour = mt_rand(9, 17); // 9 ile 17 arası saat (18 dahil değil) $minute = mt_rand(0, 59); $updateTime = \Carbon\Carbon::parse("$date $hour:$minute"); @endphp {{ __('messages.last_updated_date', ['date' => $updateTime->format('d.m.Y H:i')]) }}