Hii there,
I new in Laravel 5.6, i have problem :
@foreach ($select as $rs)
@foreach ($table_header as $row)
{{ $rs->$row["name"] }}
@endforeach
@endforeach
when i mix two variable, i have error "Array to string conversion", but code above is running well in Laravel 5.3. Anyone can help me?
Thank you for your feedbacks before
Best regards, Arif
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community