@if(request()->id)
@endif
@if(isset($audio_folders) && count($audio_folders) > 0)
@foreach($audio_folders as $key => $folder)
@endforeach
@endif
@if(count($result) > 0)
@foreach($result as $key => $row)
@php
if(request()->id && $row->audio != NULL ){
$row->audio = url('/').'/'.'sunn_galaa_aakaas_kee/public/gallery/audio/'.$row->folder_name.'/'.$row->audio;
}
else if($row->audio != NULL){
$row->audio = url('/').'/'.'sunn_galaa_aakaas_kee/public/gallery/audio/'.$row->audio;
}
@endphp
@endforeach
@endif