You need to use foreach
foreach (Session::get('regitems') as $item)
{
echo $item
}
Thanks, TorchSK.
Other ways to get particular field without using foreach statement.
{{ Session::get('reg_items')['email'] }}
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community