Office Name
: {{$detail['office_name']}}
Label Name
: {{$detail['label_name']}}
Release Date
: {{$detail['release_date']}}
Region
: @if(!empty($detail['region'])) {{implode(', ', $detail['region'])}} @else - @endif
Release Version
: @if(!empty($detail['release_version'])) {{implode(', ', $detail['release_version'])}} @else - @endif
Performer
:
@if(!empty($detail['song_peformer']))
@foreach($detail['song_peformer'] as $val)
{{$val['name']}} ({{$val['aliases']}})
@endforeach
@else - @endif
Media Distribution Name
: {{$detail['song_distribution_media_name']}}
Platform
: {{$detail['platform']}}
Category License
: {{$detail['song_category_license_name']}}
Genre
: {{$detail['genre']}}
Sample Link
@foreach($detail['sample_link'] as $val)
{{$val['platform_name']}} - {{$val['song_link']}}
@endforeach
New Lyrics
{{(!empty($detail['song_new_lyrics']) ? $detail['song_new_lyrics'] : '-')}}
Note
{{(!empty($detail['song_note']) ? $detail['song_note'] : '-')}}
@if($detail['status_code'] == 1)
Detail Reject
Info & Data Pengajuan
:
@if($detail['info_action_status'] == 1)
Disetujui
@else
Tidak
@endif
Note
:
@if($detail['song_note_action_status'] == 1)
Disetujui
@else
Tidak
@endif
Sample Link
:
@if($detail['song_link_example_action_status'] == 1)
Disetujui
@else
Tidak
@endif
New Lyrics
:
@if($detail['song_new_lyrics_action_status'] == 1)
Disetujui
@else
Tidak
@endif
Reason
: {{(!empty($detail['reject_reason']) ? $detail['reject_reason'] : '-')}}
@endif
{{ csrf_field() }}