Passing arrays from laravel controller to view
Please l am working with array in laravel. I want a way to access some values and display them as forms fields in blade.php file. This is the array : $postData = array( 'source_addr' => 'JJA ENT', 'encoding' => 0,…