So I have this tiny query to run on my DB and it works fine in MySQL Workbench. Basically, a SELECT with LEFT JOIN and UNION with LEFT JOIN again.
SELECT
you can run raw query like this way too.
DB::table('setting_colleges')->first();