laravel distinc code example Example: select distinct laravel Click to copy$items = DB::table('item')->select('item_name')->distinct()->get();