use Illuminate\Support\Facades\DB; $table = DB::table('moduls') ->leftJoin('permisssion_historys', 'moduls.name', '=', 'permisssion_historys.name') ->get(); dd($table); exit