Laravel ViewErrorBag Public API: getBags
The getBags method is used to return an associative array containing all the MessageBag instances that are currently stored within the ViewErrorBag instance. 1 <?php 2 3 use Illuminate \ Support \ ViewErrorBag ; 4 use Illuminate \ Support \...