From d7200111e2587aee6bd228304e67663c55f8f236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 1 Jun 2026 23:09:42 +0300 Subject: [PATCH] feat: add digital transformation landing page and link in music production view --- resources/views/front/music-productions/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/front/music-productions/show.blade.php b/resources/views/front/music-productions/show.blade.php index 5a7dee7..51379cf 100644 --- a/resources/views/front/music-productions/show.blade.php +++ b/resources/views/front/music-productions/show.blade.php @@ -204,7 +204,7 @@ @if($releasedOn) {{ __("music_productions.released_on") }} - {{ $releasedOn }} + {{ \Carbon\Carbon::parse($releasedOn)->format('d.m.Y') }} @endif