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

Back @include('layouts.notifications')
License Detail
{{ $detail['project_status'] }}
@if($detail['project_status'] == 'Rejected')
Reject Reason
: {{$detail['reject_reason']}}
@endif
Name : {{$detail['producer_name']}}
Email : {{(empty($detail['producer_email']) ? '-' : $detail['producer_email'])}}
Phone : {{$detail['producer_phone']}}
Project Image
:
Project Name
: {{$detail['project_name']}}
Song Title
: {{$detail['song_title']}}
Performer
: {{(!empty($detail['project_song_peformer']) ? implode(', ', $detail['project_song_peformer']) : '-')}}
Genre
: {{$detail['project_genre_text']}}
Release Date
: {{date('d / m / Y', strtotime($detail['project_song_release_date']))}}
Project Type
: {{$detail['project_type']}}
Platform Link
@foreach($detail['platform_link'] as $val) {{$val['platform_name']}} - {{$val['project_platform_link']}}
@endforeach
Region
: {{(!empty($detail['project_region']) ? implode(', ', $detail['project_region']) : '-')}}
Original Lyrics
{{(!empty($detail['project_song_original_lyrics']) ? $detail['project_song_original_lyrics'] : '-')}}
New Lyrics
{{(!empty($detail['project_song_new_lyrics']) ? $detail['project_song_new_lyrics'] : '-')}}
Proposal
{{(!empty($detail['project_song_proposal_lyrics']) ? $detail['project_song_proposal_lyrics'] : '-')}}
File
@if(!empty($detail['project_song_file'])) {{$detail['project_song_file']}} @else - @endif
Song Link
@foreach($detail['links'] as $val) {{$val['platform_name']}} - {{$val['project_link']}}
@endforeach
{{ csrf_field() }}


@if($detail['project_status'] == 'Pending') Reject Approve @endif
@endsection