Laravel @dd Directive

You can use this directive or the @dump directive of the same name to dump objects and the contents of arrays.

@dd(['name' => 'PHPEXAMPLE', 'surname' => 'NET'])

// or to dump a value from the controller

@dd($users)
Comments

There are no comments, make the firs comment