$form->getRouteKey(), 'key' => [ 'public' => $form->getPublicKey(), 'route' => $form->getRouteKey(), ], 'id' => $form->id, 'fname' => $form->fname, 'song' => $form->song, 'mname' => $form->mname, 'pname' => $form->pname, 'cname' => $form->cname, 'mobile' => $form->mobile, 'song_type' => $form->song_type, 'mp3_file' => $form->mp3_file, 'flag' => $form->flag, 'url' => [ 'public' => trans_url('music/'.$form->getPublicKey()), 'user' => guard_url('music/form/'.$form->getRouteKey()), ], 'status' => trans('app.'.$form->status), 'created_at' => format_date($form->created_at), 'updated_at' => format_date($form->updated_at), ]; } }