I have used this $device=$request->header('User-Agent')
; But while I dd()
the output I get something like this:
Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
How do I get actual browser details?