@extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')

@if($detail['songwriter_status'] == 'Active' || $detail['songwriter_status'] == 'Inactive') Back @else Back @endif @include('layouts.notifications')
{{ (($detail['songwriter_status'] == 'Active' || $detail['songwriter_status'] == 'Inactive') ? $sub_title: 'Songwriter Pending Detail')}}
@if($detail['songwriter_status'] == 'Pending') Pending @elseif($detail['songwriter_status'] == 'Active') Active @elseif($detail['songwriter_status'] == 'Rejected') Rejected @elseif($detail['songwriter_status'] == 'Inactive') Inactive @else {{$detail['songwriter_status'] }} @endif
@if(!empty($detail['publisher_name'])) {{$detail['publisher_name']}} @else - @endif
@if($detail['publisher_from_admin_status'] == 1) Ya @else Tidak @endif
Name : {{$detail['name']}}
Phone : {{$detail['phone']}}
Email : {{$detail['email']}}
@if($detail['songs'])
@foreach($detail['songs'] as $song) @endforeach
{{$song['product_name']}}    
@else
Data song not available
@endif
@if($detail['songwriter_status'] == 'Active' || $detail['songwriter_status'] == 'Inactive')

Licence



@if($detail['claim_copyright_youtube'] == 1) Ya @else Tidak @endif
@if($detail['claim_copyright_dsp'] == 1) Ya @else Tidak @endif
@if($detail['copyright_performing'] == 1) Ya @else Tidak @endif
@if($detail['brand_license'] == 1) Ya @else Tidak @endif
@if($detail['collaboration_cover'] == 1) Ya @else Tidak @endif
{{$detail['license_sync']}}
{{$detail['lyrics_change']}}

Statements Checked



@foreach($detail['statements']??[] as $statement) {{$statement['statement']}}
@endforeach @endif
{{ csrf_field() }}
@if($detail['songwriter_status'] == 'Pending') Reject Approve @endif
@endsection