{{ __('music_productions.project_details') }}
{{-- Content column --}}
{{-- Sidebar - Date & Client --}}
{!! $production->translate('content') !!}
-
@if($production->production_date)
-
{!! t('Tarih') !!}
{{ $production->production_date->format('d M Y') }}
@endif
@if($production->client_name)
-
{!! t('Müşteri') !!}
{{ $production->translate('client_name') }}
@endif
@if($production->spotify_url)
-
Spotify
@endif
@if($production->youtube_url)
-
YouTube
@endif