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