function($q) { $q->whereNotNull('source_name') ->whereNotNull('account_number') ->whereNotNull('receipent_name'); }]) ->where('uuid', $tenantId) ->first(); return $tenant; } }