$customer = DB::table('customers') ->join('shops', 'customers.shop_id', '=', 'shops.shop_id') ->where('customer_contact', $contact_no) ->get();