Hi , Just for the New Reader, I have solved my problem with this, Thanks
<?php
$input = array($data);
$new = $data[0];
$country_title = $new->country_name;
echo $country_title;
?>
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community