$video_uploading->getRouteKey(), 'key' => [ 'public' => $video_uploading->getPublicKey(), 'route' => $video_uploading->getRouteKey(), ], 'videos' => $video_uploading->videos, 'text' => $video_uploading->text, 'Radio' => $video_uploading->Radio, 'drop_down' => $video_uploading->drop_down, 'image' => $video_uploading->image, 'check' => $video_uploading->check, 'switch' => $video_uploading->switch, 'url' => [ 'public' => trans_url('video/'.$video_uploading->getPublicKey()), 'user' => guard_url('video/video_uploading/'.$video_uploading->getRouteKey()), ], 'status' => trans('app.'.$video_uploading->status), 'created_at' => format_date($video_uploading->created_at), 'updated_at' => format_date($video_uploading->updated_at), ]; } }